mshtml: Fixed memory leak.

This commit is contained in:
Jacek Caban 2011-02-28 13:13:59 +01:00 committed by Alexandre Julliard
parent f4c4a94618
commit 650feb0380

View file

@ -174,6 +174,7 @@ static HRESULT WINAPI HTMLFormElement_get_action(IHTMLFormElement *iface, BSTR *
hres = E_FAIL;
}
nsAString_Finish(&action_str);
return hres;
}