* bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructor
to make Coverity happy (CID 59838).
This commit is contained in:
@ -227,6 +227,8 @@ public:
|
||||
panic ("Allocating msleep records failed: %d", errno);
|
||||
}
|
||||
|
||||
~msleep_sync_array () { delete a; }
|
||||
|
||||
HANDLE enter (void *ident)
|
||||
{
|
||||
HANDLE evt = NULL;
|
||||
|
Reference in New Issue
Block a user