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:
kichik 2007-03-04 19:53:58 +00:00
parent 417bc94156
commit 08650c9384

View file

@ -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;
}