mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-02 02:13:27 +00:00
Memory leak fix
This commit is contained in:
parent
bcd025f375
commit
66d07ff82d
@ -183,6 +183,8 @@ bool TestShellLink(LPCWSTR lpszLinkFile)
|
||||
|
||||
if (SUCCEEDED(hres))
|
||||
{
|
||||
ppf->Release();
|
||||
psl->Release();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user