diff options
Diffstat (limited to 'controller.cxx')
-rw-r--r-- | controller.cxx | 1 |
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; } |