Fixed memory leaks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1815 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3797b9776d
commit
7682617c7b
2 changed files with 4 additions and 0 deletions
|
@ -94,8 +94,12 @@ void __declspec(dllexport) GetAccountType(HWND hwndParent, int string_size,
|
|||
FreeSid(psid);
|
||||
}
|
||||
}
|
||||
|
||||
GlobalFree(ptg);
|
||||
}
|
||||
}
|
||||
|
||||
CloseHandle(hThread);
|
||||
}
|
||||
|
||||
pushstring(group);
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue