diff options
Diffstat (limited to 'plugins/Popup/src/popup_thread.cpp')
-rw-r--r-- | plugins/Popup/src/popup_thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/popup_thread.cpp b/plugins/Popup/src/popup_thread.cpp index 13a44268ab..db5e4eb8ea 100644 --- a/plugins/Popup/src/popup_thread.cpp +++ b/plugins/Popup/src/popup_thread.cpp @@ -245,7 +245,7 @@ static void __cdecl PopupThread(void *arg) }
DestroyWindow(gHwndManager); gHwndManager = NULL;
- ReleaseMutex(hThreadMutex); hThreadMutex = NULL;
+ ReleaseMutex(hThreadMutex);
}
/////////////////////////////////////////////////////////////////////////////////////////
|