mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
fix delete packed data
This commit is contained in:
parent
bc3c14a76b
commit
605b783708
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user