mshtml: Fixed memory leak.
This commit is contained in:
parent
f4c4a94618
commit
650feb0380
|
@ -174,6 +174,7 @@ static HRESULT WINAPI HTMLFormElement_get_action(IHTMLFormElement *iface, BSTR *
|
|||
hres = E_FAIL;
|
||||
}
|
||||
|
||||
nsAString_Finish(&action_str);
|
||||
return hres;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue