about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-26 17:47:29 +0100
committerJames Booth <boothj5@gmail.com>2013-08-26 17:47:29 +0100
commitbca379844de5b5d0cfdf2ba84fd23a4d542a0be0 (patch)
tree0e8cf5e57d9f3567e6739e188958f58045d75622 /src/ui/core.c
parent18d11f2bcf72f6e7959434700f088b110cd71d3b (diff)
downloadprofani-tty-bca379844de5b5d0cfdf2ba84fd23a4d542a0be0.tar.gz
Free windows on exit
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 97825c95..0f928204 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -135,6 +135,7 @@ void
 ui_close(void)
 {
     notifier_uninit();
+    wins_destroy();
     endwin();
 }