[empathy/mc5] Don't leak a ref to EmpathyAccountSettings



commit bd062af39b10bb87d86b9561001f4ab9184e037d
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sat Aug 22 17:21:09 2009 +0100

    Don't leak a ref to EmpathyAccountSettings

 src/empathy-accounts-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 408feaa..ad96ba9 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -947,7 +947,7 @@ accounts_dialog_add_account (EmpathyAccountsDialog *dialog,
       TP_CONNECTION_STATUS_DISCONNECTED,
       dialog);
 
-  //g_object_unref (settings);
+  g_object_unref (settings);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]