mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
mshtml/tests: Fix SysFreeString call with wrong variable.
This commit is contained in:
parent
d929ea739a
commit
0215c75260
@ -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 New Issue
Block a user