summaryrefslogtreecommitdiff
path: root/controller.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-02 18:58:38 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-02 18:58:38 +0800
commitea14f66d4b32e5ab19fd94b447bfd04c873d769c (patch)
tree5a2df3efa4e1dbb76a6858b305ab2755bb0463fb /controller.cxx
parent63ad3e30e46ce69e58b1a50949141301ce32128a (diff)
The ticket history list gets freed after use
Diffstat (limited to 'controller.cxx')
-rw-r--r--controller.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller.cxx b/controller.cxx
index d096d8e..133f2d8 100644
--- a/controller.cxx
+++ b/controller.cxx
@@ -89,6 +89,7 @@ Controller::Controller(QObject* parent)
, Q_ARG(QVariant
, QString{asctime(history
->created)}));
+ rtclient_ticket_history_list_free(list);
});
connect(appWindow, SIGNAL(ticketNew(QString, QString))