diff options
Diffstat (limited to 'cmdtree.c')
| -rw-r--r-- | cmdtree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |
