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

@@ -42,5 +42,7 @@ int main()
g_free(entries);
glibtop_close();
return 0;
}