Added missing call to glibgtop_init() / glibtop_close()

* df.c: (main):
	* pprint.c: (main):
	* procargs.c: (main): Added missing call to glibgtop_init() / glibtop_close()
This commit is contained in:
Benoît Dejean
2004-09-25 08:56:38 +00:00
parent d809faba3e
commit f028bd79bf
4 changed files with 7 additions and 1 deletions

View File

@@ -240,5 +240,7 @@ int main()
pprint_get_uptime();
glibtop_close();
return 0;
}