aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-06-14 12:50:14 +0000
committerJonathan Gray2003-06-14 12:50:14 +0000
commitab40e0cfc90e4747760b4a11f7ae373770860e11 (patch)
tree7d438cc290e6425e01b5b69e392d91ebe8e2899f /scumm
parente5d02f1774f4e2d5e5da268c4cc02effa9ce46b3 (diff)
downloadscummvm-rg350-ab40e0cfc90e4747760b4a11f7ae373770860e11.tar.gz
scummvm-rg350-ab40e0cfc90e4747760b4a11f7ae373770860e11.tar.bz2
scummvm-rg350-ab40e0cfc90e4747760b4a11f7ae373770860e11.zip
fix leaks
svn-id: r8470
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 2274248fb0..8b7c78da99 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -2142,6 +2142,8 @@ void Scumm::destroy() {
free(_bitVars);
free(_newNames);
free(_classData);
+ free(_exe_name);
+ free(_game_name);
}
//