System Plugin: Fixed callback proc numbers and memleak in Free()
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6016 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a2b3b82ed9
commit
32fda4e830
3 changed files with 70 additions and 7 deletions
|
@ -56,12 +56,6 @@ PLUGINFUNCTIONSHORT(Copy)
|
|||
}
|
||||
PLUGINFUNCTIONEND
|
||||
|
||||
PLUGINFUNCTIONSHORT(Free)
|
||||
{
|
||||
GlobalFree((HANDLE) popint64());
|
||||
}
|
||||
PLUGINFUNCTIONEND
|
||||
|
||||
PLUGINFUNCTION(Store)
|
||||
{
|
||||
TempStack *tmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue