Commit cb1be040 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added missing release_dispex call in HTMLRect destructor.

parent d715fdf2
......@@ -372,6 +372,7 @@ static ULONG WINAPI HTMLRect_Release(IHTMLRect *iface)
if(!ref) {
if(This->nsrect)
nsIDOMClientRect_Release(This->nsrect);
release_dispex(&This->dispex);
heap_free(This);
}
......
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