From 31332b3cd6d1c8fb0e11cbb2ff7d00a223468a8f Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 28 Mar 2006 20:00:18 +0200 Subject: [PATCH] mshtml: Don't free the URL we have just stored in the callback object. --- dlls/mshtml/persist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/mshtml/persist.c b/dlls/mshtml/persist.c index 9496ceb67d..270f249f8e 100644 --- a/dlls/mshtml/persist.c +++ b/dlls/mshtml/persist.c @@ -465,7 +465,6 @@ static HRESULT WINAPI PersistMoniker_Load(IPersistMoniker *iface, BOOL fFullyAva IBinding_Abort(This->status_callback->binding); callback = This->status_callback = BindStatusCallback_Create(This, url); - CoTaskMemFree(url); if(pibc) { pbind = pibc;