From 70993284546948146779912cc85aead6789a1172 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Sun, 13 Dec 2009 19:16:13 -0600 Subject: [PATCH 5/5] shell32: Fix a memory leak in a test. --- dlls/shell32/tests/shlfolder.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c index f676a2a..e3bf191 100644 --- a/dlls/shell32/tests/shlfolder.c +++ b/dlls/shell32/tests/shlfolder.c @@ -1559,6 +1559,8 @@ static void test_ITEMIDLIST_format(void) { pILFree(pidlFile); } + + IShellFolder_Release(psfPersonal); } static void testSHGetFolderPathAndSubDirA(void) -- 1.6.3.3