summaryrefslogtreecommitdiff
path: root/examples/procargs.c
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-09-25 08:56:38 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-09-25 08:56:38 +0000
commitf028bd79bf8ae809a5f86d453f16869f65fcb407 (patch)
treeb59e794e01d2d0b347e52960b56e2dbb157b36ed /examples/procargs.c
parentd809faba3e6cd17bb19025bb32d9a1713a0cc692 (diff)
downloadlibgtop-f028bd79bf8ae809a5f86d453f16869f65fcb407.tar.gz
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()
Diffstat (limited to 'examples/procargs.c')
-rw-r--r--examples/procargs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/procargs.c b/examples/procargs.c
index 29155f0d..0bf4711d 100644
--- a/examples/procargs.c
+++ b/examples/procargs.c
@@ -40,6 +40,8 @@ int main(int argc, char **argv)
show_args(pid, 15);
}
+ glibtop_close();
+
return 0;
}