Commit 6b18f619 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Fixed session_storage leak.

parent d5ef271e
......@@ -264,6 +264,9 @@ static void release_inner_window(HTMLInnerWindow *This)
IOmHistory_Release(&This->history->IOmHistory_iface);
}
if(This->session_storage)
IHTMLStorage_Release(This->session_storage);
if(This->mon)
IMoniker_Release(This->mon);
......
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