Skip to content
Snippets Groups Projects
Commit aaf051ff authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard
Browse files

mshtml/tests: Fix CurrentStyle leak in test_style_filters.

parent 6412d86b
No related branches found
No related tags found
No related merge requests found
......@@ -3424,6 +3424,7 @@ static void test_style_filters(IHTMLElement *elem)
ok(hres == S_OK, "get_style failed: %08lx\n", hres);
current_style2 = get_current_style2_iface((IUnknown*)current_style);
IHTMLCurrentStyle_Release(current_style);
test_style_filter(style, NULL);
test_current_style_filter(current_style2, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment