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

@@ -40,6 +40,8 @@ int main(int argc, char **argv)
show_args(pid, 15);
}
glibtop_close();
return 0;
}