shell32/tests: Close find file handle (Valgrind).
This commit is contained in:
parent
2d542fa752
commit
1413e1d6d8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue