Pārlūkot izejas kodu

Update BitmapHandler.cpp

Nordsoft91 3 gadi atpakaļ
vecāks
revīzija
640ebcdca4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      mapeditor/BitmapHandler.cpp

+ 1 - 1
mapeditor/BitmapHandler.cpp

@@ -117,7 +117,7 @@ namespace BitmapHandler
 			{
 				logGlobal->error("Failed to open %s as H3 PCX!", fname);
 			}
-			return image;
+			return image.copy(); //copy must be returned here because buffer readFile.first used to build QImage will be cleaned after this line
 		}
 		else
 		{ //loading via QImage