Signed-off-by: Andrey Gusev andrey.goosev@gmail.com --- dlls/shell32/tests/progman_dde.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/shell32/tests/progman_dde.c b/dlls/shell32/tests/progman_dde.c index 28dad2c87f..0bb4960ae1 100644 --- a/dlls/shell32/tests/progman_dde.c +++ b/dlls/shell32/tests/progman_dde.c @@ -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)