diff options
| author | Ricardo Pérez | 2015-05-06 12:50:39 +0200 |
|---|---|---|
| committer | Ricardo Pérez | 2015-05-06 12:50:39 +0200 |
| commit | 1ae03fd39d9c2dd483f770f88ccae0ddcf2b66b5 (patch) | |
| tree | e87ae60e13bedfdb49c9d1cb56f51f4c8da02071 /main/main.cpp | |
| parent | 7bb53831d8aec2507f6341bd00deae29fde8e2c2 (diff) | |
| parent | fbd98391315573a29c36099dfadc4c2cdeb42ba6 (diff) | |
| download | godot-1ae03fd39d9c2dd483f770f88ccae0ddcf2b66b5.tar.gz godot-1ae03fd39d9c2dd483f770f88ccae0ddcf2b66b5.tar.zst godot-1ae03fd39d9c2dd483f770f88ccae0ddcf2b66b5.zip | |
Merge pull request #7 from okamstudio/master
Sync
Diffstat (limited to '')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/main.cpp b/main/main.cpp index a822418ea..aa4a4b891 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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 ); |
