summaryrefslogtreecommitdiff
path: root/cmdtree.c
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 16:32:18 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 16:32:18 -0700
commit47a38b57b48d0127030e2c7e2f1fc855d74fd87a (patch)
tree3bd1fc1eb4251a07020e97cacaa0c945d02a58bd /cmdtree.c
parent7c93295aab6ab26e0c2305fbd221dcc8a6dcdfe3 (diff)
wip
Diffstat (limited to 'cmdtree.c')
-rw-r--r--cmdtree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdtree.c b/cmdtree.c
index 21c0bd3..5ba5595 100644
--- a/cmdtree.c
+++ b/cmdtree.c
@@ -257,6 +257,7 @@ draw_tree(Drw *drw, int x, int y, int w, int h) {
static void
cleanup(Drw *drw, int code) {
drw_free(drw);
+ tal_free(rootcmds);
exit(0);
}