From c44f21ff7ef51ac2866b97f9f099baa44ca65be0 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Fri, 4 Oct 2019 13:52:32 +0800 Subject: Delete ticketHistoryList when done --- controller.cxx | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.3