Memory now unlocks and can now be freed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@924 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4ea2e1eafc
commit
2b2ac0a9af
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ void ExecScript(BOOL log) {
|
|||
LogMessage(szBuf);
|
||||
}
|
||||
}
|
||||
GlobalUnlock(memory);
|
||||
GlobalFree(memory);
|
||||
CloseHandle(pi.hThread);
|
||||
CloseHandle(pi.hProcess);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue