فهرست منبع

fix delete packed data

Daniel T. Borelli 10 سال پیش
والد
کامیت
605b783708
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      main/main.cpp

+ 0 - 2
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)
 	if (file_access_network_client)
 		memdelete(file_access_network_client);
 		memdelete(file_access_network_client);
 
 
-	if (packed_data)
-		memdelete( packed_data );
 #ifdef MINIZIP_ENABLED
 #ifdef MINIZIP_ENABLED
 	if (zip_packed_data)
 	if (zip_packed_data)
 		memdelete( zip_packed_data );
 		memdelete( zip_packed_data );