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

Strangerke Strangerke at scummvm.org
Sun Nov 27 16:54:29 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:
d9e86715d6 CGE: Fix Valgrind warning (thanks to digitall)


Commit: d9e86715d6531304bc5a3826a3c151db0b56edba
    https://github.com/scummvm/scummvm/commit/d9e86715d6531304bc5a3826a3c151db0b56edba
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-27T07:53:56-08:00

Commit Message:
CGE: Fix Valgrind warning (thanks to digitall)

Changed paths:
    engines/cge/fileio.cpp



diff --git a/engines/cge/fileio.cpp b/engines/cge/fileio.cpp
index 6db0818..c50db4e 100644
--- a/engines/cge/fileio.cpp
+++ b/engines/cge/fileio.cpp
@@ -235,6 +235,7 @@ int32 EncryptedStream::pos() {
 }
 
 EncryptedStream::~EncryptedStream() {
+	delete _readStream;
 }
 
 } // End of namespace CGE






More information about the Scummvm-git-logs mailing list