Andrew Talbot : hhctrl.ocx: Remove duplicate HeapFree().

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 31 05:43:08 CST 2006


Module: wine
Branch: master
Commit: 1572dbde2b5095067ddd2ebf4d3e09167bc8bcb5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1572dbde2b5095067ddd2ebf4d3e09167bc8bcb5

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Mon Oct 30 21:54:55 2006 +0000

hhctrl.ocx: Remove duplicate HeapFree().

---

 dlls/hhctrl.ocx/help.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c
index 1ed1c8b..4713185 100644
--- a/dlls/hhctrl.ocx/help.c
+++ b/dlls/hhctrl.ocx/help.c
@@ -796,7 +796,6 @@ static void HH_Close(HHInfo *pHHInfo)
         HeapFree(GetProcessHeap(), 0, (LPWSTR)pHHInfo->pHHWinType->pszType);
         HeapFree(GetProcessHeap(), 0, (LPWSTR)pHHInfo->pHHWinType->pszCaption);
         HeapFree(GetProcessHeap(), 0, (LPWSTR)pHHInfo->pHHWinType->pszToc);
-        HeapFree(GetProcessHeap(), 0, (LPWSTR)pHHInfo->pHHWinType->pszType);
         HeapFree(GetProcessHeap(), 0, (LPWSTR)pHHInfo->pHHWinType->pszIndex);
         HeapFree(GetProcessHeap(), 0, (LPWSTR)pHHInfo->pHHWinType->pszFile);
         HeapFree(GetProcessHeap(), 0, (LPWSTR)pHHInfo->pHHWinType->pszHome);




More information about the wine-cvs mailing list