j
k
j a
j l
Jacek Caban (@jacek) commented about dlls/mshtml/navigate.c:
} task = malloc(sizeof(*task)); if(!task) if(!task) { IHTMLWindow2_Release(&window->base.IHTMLWindow2_iface);
} task = malloc(sizeof(*task));
IHTMLWindow2_Release(&window->base.IHTMLWindow2_iface);
You may just move the allocation before acquiring window reference.
Back to the thread
Back to the list