Jacek Caban (@jacek) commented about dlls/mshtml/htmlstorage.c:
BSTR hostname = NULL; HRESULT hres = S_OK;
- ctx.url = NULL; if(!window) goto done;
- get_top_window(window->base.outer_window, &top_window);
- if(window->base.outer_window->uri_nofrag) {
hres = IUri_GetDisplayUri(window->base.outer_window->uri_nofrag, &ctx.url);
ctx.url is leaked.