[Scummvm-cvs-logs] scummvm master -> 2f08f95e117dbeb3d4b0e431e73a1a49c9809f23

tsoliman tarek at bashasoliman.com
Sun Jul 15 07:29:32 CEST 2012


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:
2f08f95e11 MAEMO: Fix uninitialized member


Commit: 2f08f95e117dbeb3d4b0e431e73a1a49c9809f23
    https://github.com/scummvm/scummvm/commit/2f08f95e117dbeb3d4b0e431e73a1a49c9809f23
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2012-07-14T22:26:04-07:00

Commit Message:
MAEMO: Fix uninitialized member

Changed paths:
    backends/platform/maemo/maemo.cpp



diff --git a/backends/platform/maemo/maemo.cpp b/backends/platform/maemo/maemo.cpp
index 4e50d04..6bd2291 100644
--- a/backends/platform/maemo/maemo.cpp
+++ b/backends/platform/maemo/maemo.cpp
@@ -43,6 +43,7 @@ namespace Maemo {
 
 OSystem_SDL_Maemo::OSystem_SDL_Maemo()
 	:
+	_eventObserver(0),
 	OSystem_POSIX() {
 }
 






More information about the Scummvm-git-logs mailing list