aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
authorGregory Montoir2004-10-17 19:00:09 +0000
committerGregory Montoir2004-10-17 19:00:09 +0000
commitb33f7b4b76495b08532989fe9cde9e49a1d08a95 (patch)
tree5389d5df8921f10f182d3b1bc50cc617202bcba6 /queen/command.h
parenta41b8d22937396c10b913a0e9d58af311bccc5ad (diff)
downloadscummvm-rg350-b33f7b4b76495b08532989fe9cde9e49a1d08a95.tar.gz
scummvm-rg350-b33f7b4b76495b08532989fe9cde9e49a1d08a95.tar.bz2
scummvm-rg350-b33f7b4b76495b08532989fe9cde9e49a1d08a95.zip
plugged some memory leaks
svn-id: r15591
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/command.h b/queen/command.h
index 2d7aff98dc..df9dffcc2b 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -72,6 +72,7 @@ class Command {
public:
Command(QueenEngine *vm);
+ ~Command();
//! initialise command construction
void clear(bool clearTexts);