Issue: #96 - Garbage collect inodeproc on each ui refresh.

This commit is contained in:
Kondo Takeo
2021-02-16 22:42:47 +09:00
parent 8da07022e4
commit 0a54596bc6
5 changed files with 76 additions and 0 deletions

View File

@@ -322,6 +322,7 @@ int main(int argc, char **argv) {
ui_tick();
}
do_refresh();
garbage_collect_processes();
}
// if not packets, do a select() until next packet