diff options
author | Dan Winship <danw@gnome.org> | 2012-09-03 08:33:13 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-09-03 08:33:13 -0400 |
commit | 3389e6b686d4aad739780927b4db333e7d8af0c0 (patch) | |
tree | a5f6717b41d14aa9872149bc128092703d6c4fcb /glib/glib-init.c | |
parent | 27f34bc1a3cf658929735108d927b710a24592f1 (diff) | |
download | glib-wip/free.tar.gz |
gio stuffwip/free
Diffstat (limited to 'glib/glib-init.c')
-rw-r--r-- | glib/glib-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/glib-init.c b/glib/glib-init.c index d5d812362..169993a39 100644 --- a/glib/glib-init.c +++ b/glib/glib-init.c @@ -246,6 +246,7 @@ glib_cleanup (void) g_main_cleanup (); g_quark_cleanup (); g_rand_cleanup (); + g_thread_pool_cleanup (); g_time_zone_cleanup (); g_utils_cleanup (); g_variant_type_info_cleanup (); |