Commit 93c01b81 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

mshtml: Free advpack after use.

parent b6570bb8
......@@ -461,6 +461,8 @@ static HRESULT register_server(BOOL do_register)
hres = pRegInstall(hInst, do_register ? "RegisterDll" : "UnregisterDll", &strtable);
FreeLibrary(hAdvpack);
for(i=0; i < sizeof(pse)/sizeof(pse[0]); i++)
heap_free(pse[i].pszValue);
......
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