Commit cf48f090 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

mshtml: Fix a memory leak in the htmldoc tests.

parent 2a9168e5
......@@ -2424,6 +2424,7 @@ static void _test_readyState(unsigned line, IUnknown *unk)
ok_(__FILE__, line)
(!lstrcmpW(state, expected_state[load_state]), "unexpected state \"%s\", expected %d\n",
debugstr_w(state), load_state);
SysFreeString(state);
IHTMLDocument_Release(htmldoc);
}
......
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