Commit 93d54b17 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Properly release body element in basic_style_test.

parent adf9e612
......@@ -2044,10 +2044,10 @@ static void basic_style_test(IHTMLDocument2 *doc)
cstyle = get_current_style(elem);
test_current_style(cstyle);
IHTMLCurrentStyle_Release(cstyle);
IHTMLElement_Release(elem);
elem = get_element_by_id(doc, "divid");
test_style_filters(elem);
IHTMLElement_Release(elem);
test_set_csstext(style);
IHTMLStyle_Release(style);
......
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