Module: wine Branch: refs/heads/master Commit: 31332b3cd6d1c8fb0e11cbb2ff7d00a223468a8f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=31332b3cd6d1c8fb0e11cbb2...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 28 20:00:18 2006 +0200
mshtml: Don't free the URL we have just stored in the callback object.
---
dlls/mshtml/persist.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/persist.c b/dlls/mshtml/persist.c index 9496ceb..270f249 100644 --- a/dlls/mshtml/persist.c +++ b/dlls/mshtml/persist.c @@ -465,7 +465,6 @@ static HRESULT WINAPI PersistMoniker_Loa IBinding_Abort(This->status_callback->binding);
callback = This->status_callback = BindStatusCallback_Create(This, url); - CoTaskMemFree(url);
if(pibc) { pbind = pibc;