diff options
author | Marvin Borner | 2020-12-06 19:38:50 +0100 |
---|---|---|
committer | Marvin Borner | 2020-12-06 19:38:50 +0100 |
commit | 2c50bdd990492144f10c926c30701a25ae93c6bb (patch) | |
tree | 9807ec88cd59b56fb3cc11b91768d9a1cbf64798 /libgui/gui.c | |
parent | 9d59c47aed2395c16f417477a62156282a584c6c (diff) |
Some things that annoyed me
Diffstat (limited to 'libgui/gui.c')
-rw-r--r-- | libgui/gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgui/gui.c b/libgui/gui.c index cd5798c..afbc3ba 100644 --- a/libgui/gui.c +++ b/libgui/gui.c @@ -590,6 +590,7 @@ void gui_event_loop(struct element *container) break; } } + free(msg); } exit(1); |