Commit 0215c752 authored by Rico Schüller's avatar Rico Schüller Committed by Alexandre Julliard

mshtml/tests: Fix SysFreeString call with wrong variable.

parent d929ea73
......@@ -3225,7 +3225,7 @@ static void test_default_style(IHTMLStyle *style)
hres = IHTMLStyle_put_backgroundRepeat(style, sDefault);
ok(hres == S_OK, "put_backgroundRepeat failed: %08x\n", hres);
SysFreeString(str);
SysFreeString(sDefault);
hres = IHTMLStyle_QueryInterface(style, &IID_IHTMLStyle2, (void**)&style2);
ok(hres == S_OK, "Could not get IHTMLStyle2 iface: %08x\n", hres);
......
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