mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 21:55:12 +00:00
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);
|
IBinding_Abort(This->status_callback->binding);
|
||||||
|
|
||||||
callback = This->status_callback = BindStatusCallback_Create(This, url);
|
callback = This->status_callback = BindStatusCallback_Create(This, url);
|
||||||
CoTaskMemFree(url);
|
|
||||||
|
|
||||||
if(pibc) {
|
if(pibc) {
|
||||||
pbind = pibc;
|
pbind = pibc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user