* dtable.h (not_open): Assure inline.
* fhandler.h (operator []): Make const. * sync.cc (muto::~muto): Fix typo which stopped muto event handle from ever being closed.
This commit is contained in:
@@ -47,7 +47,7 @@ muto::~muto ()
|
||||
release ();
|
||||
|
||||
HANDLE h = bruteforce;
|
||||
h = NULL;
|
||||
bruteforce = NULL;
|
||||
/* Just need to close the event handle */
|
||||
if (h)
|
||||
CloseHandle (h);
|
||||
|
Reference in New Issue
Block a user