system_popstring can reuse the HGLOBAL, no need to allocate string storage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6489 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f19f561f40
commit
9c1d673c25
2 changed files with 7 additions and 10 deletions
|
@ -164,6 +164,7 @@ PLUGINFUNCTION(Debug)
|
|||
CloseHandle(logfile);
|
||||
logfile = NULL;
|
||||
}
|
||||
if (o1) GlobalFree(o1);
|
||||
} PLUGINFUNCTIONEND
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue