2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:04:56 +00:00

Memory leak fix

This commit is contained in:
Jack Andersen
2015-10-11 18:40:35 -10:00
parent bcd025f375
commit 66d07ff82d

View File

@@ -183,6 +183,8 @@ bool TestShellLink(LPCWSTR lpszLinkFile)
if (SUCCEEDED(hres))
{
ppf->Release();
psl->Release();
return true;
}
}