Fabian fixes slabtop; prep for 3.2.1 release

This commit is contained in:
albert
2004-03-27 04:30:05 +00:00
parent 3f49530d77
commit a3dad291bb
6 changed files with 36 additions and 12 deletions

View File

@ -399,5 +399,6 @@ int main(int argc, char *argv[])
tcsetattr(0, TCSAFLUSH, &saved_tty);
free_slabinfo(slab_list);
endwin();
return 0;
}