fixed bug #1796053 - makensisw command-line parsing error due to GlobalAlloc/GlobalFree mismatch

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5276 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-09-18 20:14:25 +00:00
parent 3fe65855ce
commit d9d6a9da51
2 changed files with 2 additions and 2 deletions

View file

@ -303,7 +303,7 @@ void CompileNSISScript() {
g_sdata.script
);
GlobalUnlock(args);
GlobalUnlock(g_sdata.script_cmd_args);
GlobalFree(symbols);
}
GlobalFree(g_sdata.input_script);