Module: wine Branch: master Commit: 02a01f9585d352808fd98fc70ee0439063593fc9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=02a01f9585d352808fd98fc70e...
Author: Vincent Povirk vincent@codeweavers.com Date: Sun Dec 13 19:16:13 2009 -0600
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)