aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-23 00:21:09 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-23 01:54:37 +0800
commitbd062af39b10bb87d86b9561001f4ab9184e037d (patch)
treee3c34e211766813b6d98562c6ffacab0ccaa2751
parent0888975ccb8c6ead5761659677d18991c53fe23a (diff)
downloadgsoc2013-empathy-bd062af39b10bb87d86b9561001f4ab9184e037d.tar
gsoc2013-empathy-bd062af39b10bb87d86b9561001f4ab9184e037d.tar.gz
gsoc2013-empathy-bd062af39b10bb87d86b9561001f4ab9184e037d.tar.bz2
gsoc2013-empathy-bd062af39b10bb87d86b9561001f4ab9184e037d.tar.lz
gsoc2013-empathy-bd062af39b10bb87d86b9561001f4ab9184e037d.tar.xz
gsoc2013-empathy-bd062af39b10bb87d86b9561001f4ab9184e037d.tar.zst
gsoc2013-empathy-bd062af39b10bb87d86b9561001f4ab9184e037d.zip
Don't leak a ref to EmpathyAccountSettings
-rw-r--r--src/empathy-accounts-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 408feaad3..ad96ba921 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