aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/logic.cpp')
-rw-r--r--engines/queen/logic.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/queen/logic.cpp b/engines/queen/logic.cpp
index 150afb5a6b..3dfca256ad 100644
--- a/engines/queen/logic.cpp
+++ b/engines/queen/logic.cpp
@@ -253,6 +253,8 @@ void Logic::readQueenJas() {
for (i = 1; i <= _numAFile; i++) {
_aFile.push_back(queen2jas.nextLine());
}
+
+ delete[] buf;
}
void Logic::start() {