mshtml/tests: Fix SysFreeString call with wrong variable.

This commit is contained in:
Rico Schüller 2009-03-01 14:11:40 +01:00 committed by Alexandre Julliard
parent d929ea739a
commit 0215c75260
1 changed files with 1 additions and 1 deletions

View File

@ -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);