aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.cpp')
-rw-r--r--queen/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp
index 003f63561e..5929b76fd6 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -232,7 +232,7 @@ Logic::Logic(Resource *resource, Graphics *graphics, Display *theDisplay, Input
}
Logic::~Logic() {
- free(_jas);
+ delete[] _jas;
delete _walk;
}