diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge/fileio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge/fileio.cpp b/engines/cge/fileio.cpp index 6db0818287..c50db4e929 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 |