* bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructor

to make Coverity happy (CID 59838).
This commit is contained in:
Corinna Vinschen 2014-05-19 09:52:43 +00:00
parent ca6183c344
commit 111727904f
2 changed files with 7 additions and 0 deletions

View File

@ -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>
* bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to make

View File

@ -227,6 +227,8 @@ public:
panic ("Allocating msleep records failed: %d", errno);
}
~msleep_sync_array () { delete a; }
HANDLE enter (void *ident)
{
HANDLE evt = NULL;