Commit 85c67cca authored by Kirill Smirnov's avatar Kirill Smirnov Committed by Alexandre Julliard

winhlp32: Fix an uninitialized variable (clang).

parent 5a3ad0ec
......@@ -986,6 +986,7 @@ static BOOL WINHELP_CheckPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam
popup = Globals.active_popup;
Globals.active_popup = NULL;
WINHELP_ReleaseWindow(popup);
if (lret) *lret = 1;
return TRUE;
}
return FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment