[Scummvm-cvs-logs] scummvm master -> a1799ba0912615793c41537cae38e13c5a61f5ea

bluegr md5 at scummvm.org
Sun Dec 18 11:20:40 CET 2011


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:
a1799ba091 DREAMWEB: Close the file opened in querySaveMetaInfos() when returning


Commit: a1799ba0912615793c41537cae38e13c5a61f5ea
    https://github.com/scummvm/scummvm/commit/a1799ba0912615793c41537cae38e13c5a61f5ea
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-12-18T02:19:19-08:00

Commit Message:
DREAMWEB: Close the file opened in querySaveMetaInfos() when returning

Changed paths:
    engines/dreamweb/detection.cpp



diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp
index b5ec6e8..3a5c28a 100644
--- a/engines/dreamweb/detection.cpp
+++ b/engines/dreamweb/detection.cpp
@@ -184,6 +184,7 @@ SaveStateDescriptor DreamWebMetaEngine::querySaveMetaInfos(const char *target, i
 			desc.setThumbnail(thumbnail);
 		}
 
+		delete in;
 		return desc;
 	}
 






More information about the Scummvm-git-logs mailing list