[PATCH 7/7] Fix processor arch string leak (Valgrind)

Nikolay Sivov nsivov at codeweavers.com
Sat Jan 15 09:55:42 CST 2011


---
 dlls/fusion/asmname.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/fusion/asmname.c b/dlls/fusion/asmname.c
index 34f0555..54223af 100644
--- a/dlls/fusion/asmname.c
+++ b/dlls/fusion/asmname.c
@@ -111,6 +111,7 @@ static ULONG WINAPI IAssemblyNameImpl_Release(IAssemblyName *iface)
         HeapFree(GetProcessHeap(), 0, This->displayname);
         HeapFree(GetProcessHeap(), 0, This->name);
         HeapFree(GetProcessHeap(), 0, This->culture);
+        HeapFree(GetProcessHeap(), 0, This->procarch);
         HeapFree(GetProcessHeap(), 0, This);
     }
 
-- 
1.5.6.5


--------------010404080307080504000104--



More information about the wine-patches mailing list