about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
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();
 }