Free windows on exit

This commit is contained in:
James Booth
2013-08-26 17:47:29 +01:00
parent 18d11f2bcf
commit bca379844d
4 changed files with 13 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ void
ui_close(void)
{
notifier_uninit();
wins_destroy();
endwin();
}