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:
kichik 2002-11-22 11:54:06 +00:00
parent 3797b9776d
commit 7682617c7b
2 changed files with 4 additions and 0 deletions

View file

@ -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.