Merge pull request #1823 from daltomi/SIGSEGV

fix double delete packed data
This commit is contained in:
Juan Linietsky 2015-05-05 23:13:32 -03:00
commit e2419f74d9

View file

@ -748,8 +748,6 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
if (file_access_network_client)
memdelete(file_access_network_client);
if (packed_data)
memdelete( packed_data );
#ifdef MINIZIP_ENABLED
if (zip_packed_data)
memdelete( zip_packed_data );