Module: wine Branch: master Commit: edac40ad3c512168c44bbcf3d1e69992c627cc59 URL: http://source.winehq.org/git/wine.git/?a=commit;h=edac40ad3c512168c44bbcf3d1...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Tue Sep 25 21:59:30 2007 +0100
itss: Fix a typo.
---
dlls/itss/protocol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/itss/protocol.c b/dlls/itss/protocol.c index dd30c7d..d7f3f42 100644 --- a/dlls/itss/protocol.c +++ b/dlls/itss/protocol.c @@ -216,7 +216,7 @@ static HRESULT WINAPI ITSProtocol_Start(IInternetProtocol *iface, LPCWSTR szUrl, res = chm_resolve_object(chm_file, object_name, &chm_object); if(res != CHM_RESOLVE_SUCCESS) { WARN("Could not resolve chm object\n"); - HeapFree(GetProcessHeap(), 0, object_name); + HeapFree(GetProcessHeap(), 0, file_name); chm_close(chm_file); return report_result(pOIProtSink, STG_E_FILENOTFOUND); }