summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-04 13:52:32 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-04 13:52:32 +0800
commitc44f21ff7ef51ac2866b97f9f099baa44ca65be0 (patch)
tree8c94f222320c532f17a68a68408b5fdd0b02d497
parent4644857eab8475dbf16bf4bcfb23f5e017dddb94 (diff)
Delete ticketHistoryList when done
-rw-r--r--controller.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller.cxx b/controller.cxx
index 1690044..1d5bb4b 100644
--- a/controller.cxx
+++ b/controller.cxx
@@ -91,5 +91,6 @@ Controller::~Controller()
{
thread.quit();
thread.wait();
+ delete ticketHistoryList;
delete ticketList;
}