Commit 02a01f95 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

shell32: Fix a memory leak in a test.

parent a8c2d4b5
......@@ -1559,6 +1559,8 @@ static void test_ITEMIDLIST_format(void) {
pILFree(pidlFile);
}
IShellFolder_Release(psfPersonal);
}
static void testSHGetFolderPathAndSubDirA(void)
......
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