Unload on last call
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1702 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
06f40f7e31
commit
2f8a2e37a7
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ enumex: ; End of drives or user cancel
|
|||
|
||||
MessageBox MB_OK "GetFileSysTime example: file '$CMDLINE', year $1, month $2, dow $3, day $4, hour $5, min $6, sec $7, ms $8"
|
||||
|
||||
; last plugin call must not have /NOUNLOAD so NSIS will be able to delete the temporary DLL
|
||||
SetPluginUnload manual
|
||||
|
||||
; free memory from SYSTEMTIME
|
||||
System::Free $R0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue