mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
mshtml/tests: Fix SysFreeString call with wrong variable.
This commit is contained in:
parent
d929ea739a
commit
0215c75260
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue