Commit 498009c6 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

shell32/tests: Fix resource leak.

parent f547891e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment