mshtml: Don't free the URL we have just stored in the callback object.

This commit is contained in:
Alexandre Julliard 2006-03-28 20:00:18 +02:00
parent bc15e1bc81
commit 31332b3cd6
1 changed files with 0 additions and 1 deletions

View File

@ -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;