[Scummvm-git-logs] scummvm master -> 2e956b69d5851a00a12b58598a69780ffbc71c93

sev- sev at scummvm.org
Mon Jan 23 23:45:21 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2e956b69d5 GRAPHICS: Fix crash in MacFontManager


Commit: 2e956b69d5851a00a12b58598a69780ffbc71c93
    https://github.com/scummvm/scummvm/commit/2e956b69d5851a00a12b58598a69780ffbc71c93
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-23T23:44:53+01:00

Commit Message:
GRAPHICS: Fix crash in MacFontManager

Changed paths:
    graphics/macgui/macfontmanager.cpp


diff --git a/graphics/macgui/macfontmanager.cpp b/graphics/macgui/macfontmanager.cpp
index 0e5bba2..14c25ae 100644
--- a/graphics/macgui/macfontmanager.cpp
+++ b/graphics/macgui/macfontmanager.cpp
@@ -215,7 +215,7 @@ void MacFontManager::loadFonts() {
 		}
 
 		delete stream;
-		delete fontFile;
+		//delete fontFile;
 	}
 
 	_builtInFonts = false;





More information about the Scummvm-git-logs mailing list