Commit 5c3dc64a authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

shdocvw: Fix memory leak.

parent 3fcc0cae
......@@ -1405,6 +1405,7 @@ static void test_Navigate2(IUnknown *unk)
CHECK_CALLED(SetStatusText);
CHECK_CALLED(EnableModeless_TRUE);
VariantClear(&url);
IWebBrowser2_Release(webbrowser);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment