shell32/tests: Fix resource leak.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f547891e76
commit
498009c6bd
|
@ -452,6 +452,7 @@ static void test_request_groups(DWORD instance, HCONV hconv)
|
|||
"directory '%s' missing from group list\n", finddata.cFileName);
|
||||
}
|
||||
} while (FindNextFileA(hfind, &finddata));
|
||||
FindClose(hfind);
|
||||
}
|
||||
|
||||
START_TEST(progman_dde)
|
||||
|
|
Loading…
Reference in New Issue