[telepathy-mission-control/master] McdAccountManager: don't leak account connections directory

Simon McVittie simon.mcvittie at collabora.co.uk
Tue May 26 11:00:09 PDT 2009


---
 src/mcd-account-manager.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mcd-account-manager.c b/src/mcd-account-manager.c
index f130c83..a599056 100644
--- a/src/mcd-account-manager.c
+++ b/src/mcd-account-manager.c
@@ -928,6 +928,7 @@ _mcd_account_manager_finalize (GObject *object)
 	write_conf (priv->keyfile);
     g_key_file_free (priv->keyfile);
 
+    g_free (priv->account_connections_dir);
     remove (priv->account_connections_file);
     g_free (priv->account_connections_file);
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list