size optimization - GlobalFree isn't called in any other case, no need here as well
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4977 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
417bc94156
commit
08650c9384
1 changed files with 0 additions and 1 deletions
|
@ -280,7 +280,6 @@ const char * NSISCALL loadHeaders(int cl_flags)
|
|||
|
||||
if (GetCompressedDataFromDataBlockToMemory(-1, data, h.length_of_header) != h.length_of_header)
|
||||
{
|
||||
GlobalFree((HGLOBAL)data);
|
||||
return _LANG_INVALIDCRC;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue