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

@@ -2,7 +2,7 @@ i2004-09-25 Benoît Dejean <tazforever@dlfp.org>
* df.c: (main):
* pprint.c: (main):
* procargs.c: (main): Added missing call to libgtop_init();
* procargs.c: (main): Added missing call to glibgtop_init() / glibtop_close()
2004-09-24 Benoît Dejean <tazforever@dlfp.org>

View File

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

View File

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

View File

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