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