[PATCH 1/9] user32/tests: Fix a memory leak.
16 Jul
2018
16 Jul
'18
8:35 a.m.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> --- dlls/user32/tests/dialog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/user32/tests/dialog.c b/dlls/user32/tests/dialog.c index 807a85b4ea..e1fe8038f0 100644 --- a/dlls/user32/tests/dialog.c +++ b/dlls/user32/tests/dialog.c @@ -787,6 +787,7 @@ static void test_IsDialogMessage(void) ok (!IsDialogMessageA(msg.hwnd, &msg), "expected failure\n"); UnhookWindowsHookEx(hook); + DestroyWindow(g_hwndMain); } -- 2.18.0
2797
Age (days ago)
2797
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhiyi Zhang