Skip to content

Commit e2419f7

Browse files
committed
Merge pull request godotengine#1823 from daltomi/SIGSEGV
fix double delete packed data
2 parents bc3c14a + 605b783 commit e2419f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,6 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
748748
if (file_access_network_client)
749749
memdelete(file_access_network_client);
750750

751-
if (packed_data)
752-
memdelete( packed_data );
753751
#ifdef MINIZIP_ENABLED
754752
if (zip_packed_data)
755753
memdelete( zip_packed_data );

0 commit comments

Comments
 (0)