Commit 1413e1d6 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

shell32/tests: Close find file handle (Valgrind).

parent 2d542fa7
......@@ -56,6 +56,7 @@ static int get_number_of_folders(LPCSTR path)
}
while (FindNextFile(find_handle, &find_data) != 0);
FindClose(find_handle);
return number_of_folders;
}
......
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