summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-12-18 14:21:08 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-12-18 18:40:24 +0000
commit77d25997f19843f2fb7c685df1fff48e9f717a38 (patch)
tree82edc04f7665045a0986e56d11b95d8e6dd9c365 /src
parent970b3ab0cf5e94aa58d4c90a1b1640ac032eca00 (diff)
Deinit wocky at the end of the run so it can free some memory
Diffstat (limited to 'src')
-rw-r--r--src/gabble.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gabble.c b/src/gabble.c
index 209b57021..4588d26a0 100644
--- a/src/gabble.c
+++ b/src/gabble.c
@@ -155,5 +155,7 @@ gabble_main (int argc,
g_object_unref (debug_sender);
#endif
+ wocky_deinit ();
+
return out;
}