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:
Andrey Gusev 2018-01-05 15:23:26 +02:00 committed by Alexandre Julliard
parent f547891e76
commit 498009c6bd
1 changed files with 1 additions and 0 deletions

View File

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