winhlp32: Fix an uninitialized variable (clang).

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Kirill Smirnov 2016-05-09 19:09:46 +03:00 committed by Alexandre Julliard
parent 5a3ad0ecf0
commit 85c67cca96
1 changed files with 1 additions and 0 deletions

View File

@ -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;