Commit 31332b3c authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent bc15e1bc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment