Reverted ncurses cleanup
Changed valgrind options, still reachable ignored
This commit is contained in:
@@ -125,13 +125,6 @@ gui_refresh(void)
|
||||
void
|
||||
gui_close(void)
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < NUM_WINS; i++) {
|
||||
if (_wins[i].win != NULL) {
|
||||
delwin(_wins[i].win);
|
||||
}
|
||||
}
|
||||
|
||||
endwin();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user