more byte saveage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1177 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
863d0f4fa3
commit
04adc90a1f
4 changed files with 6 additions and 6 deletions
|
@ -366,6 +366,7 @@ end:
|
|||
// Clean up after plug-ins
|
||||
if (plugins_temp_dir[0]) doRMDir(plugins_temp_dir,1);
|
||||
#endif // NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
if (g_hIcon) DeleteObject(g_hIcon);
|
||||
|
||||
ExitProcess(ret);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue