* bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructor
to make Coverity happy (CID 59838).
This commit is contained in:
parent
ca6183c344
commit
111727904f
|
@ -1,3 +1,8 @@
|
||||||
|
2014-05-19 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructor
|
||||||
|
to make Coverity happy (CID 59838).
|
||||||
|
|
||||||
2014-05-19 Corinna Vinschen <corinna@vinschen.de>
|
2014-05-19 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to make
|
* bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to make
|
||||||
|
|
|
@ -227,6 +227,8 @@ public:
|
||||||
panic ("Allocating msleep records failed: %d", errno);
|
panic ("Allocating msleep records failed: %d", errno);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~msleep_sync_array () { delete a; }
|
||||||
|
|
||||||
HANDLE enter (void *ident)
|
HANDLE enter (void *ident)
|
||||||
{
|
{
|
||||||
HANDLE evt = NULL;
|
HANDLE evt = NULL;
|
||||||
|
|
Loading…
Reference in New Issue