From a03fab81e7d29d92d00c4268a8fa45e16ffd84dc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Mar 2013 09:36:20 +0000 Subject: - beginthread replaced with mir_forkthead - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@4088 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/popup_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Popup/src/popup_thread.cpp') 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); } ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3