mshtml: Don't free the URL we have just stored in the callback object.
This commit is contained in:
parent
bc15e1bc81
commit
31332b3cd6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue