From 725db4d19d168749cc39c294a7e5fa84db6518a0 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Fri, 27 Jan 2012 14:30:58 +0100 Subject: [PATCH] shell32: Forward IExtractIconA::Release to IExtractIconW:Release. --- dlls/shell32/folders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/folders.c b/dlls/shell32/folders.c index bf4c2557b6c..c829c3a1079 100644 --- a/dlls/shell32/folders.c +++ b/dlls/shell32/folders.c @@ -440,7 +440,7 @@ static ULONG WINAPI IExtractIconA_fnRelease(IExtractIconA * iface) { IExtractIconW *This = impl_from_IExtractIconA(iface); - return IExtractIconW_AddRef(This); + return IExtractIconW_Release(This); } /************************************************************************** * IExtractIconA_GetIconLocation