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 77c6781b29..8dc219ff76 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -156,7 +156,7 @@ Logic::Logic(Resource *resource, Graphics *graphics, Display *theDisplay, Input
}
Logic::~Logic() {
- delete[] _jas;
+ free(_jas);
delete _walk;
}