Commit f4f87995 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml/tests: Fix form element leak in test_form_item.

parent dcd36460
......@@ -5782,6 +5782,8 @@ static void test_form_item(IHTMLElement *elem)
ok(hres == S_FALSE, "Next failed: %08lx\n", hres);
ok(fetched == 0, "fetched = %lu\n", fetched);
IEnumVARIANT_Release(enum_var);
IHTMLFormElement_Release(form);
}
static void test_create_option_elem(IHTMLDocument2 *doc)
......
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