[telepathy-gabble/master] Deinit wocky at the end of the run so it can free some memory
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Fri Dec 18 06:21:08 PST 2009
---
src/gabble.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/gabble.c b/src/gabble.c
index 209b570..4588d26 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;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list