aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-03-06 13:27:23 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-03-06 13:27:23 +0800
commited27f0db521db046e62c86b3255bc1d77f2ee790 (patch)
treef2b518714c71895e6aad1768ef1176fab51656f2 /plugins/exchange-operations
parentbfc0e7ca200a2c7e9e50e01532cc617d21c48ff5 (diff)
downloadgsoc2013-evolution-ed27f0db521db046e62c86b3255bc1d77f2ee790.tar
gsoc2013-evolution-ed27f0db521db046e62c86b3255bc1d77f2ee790.tar.gz
gsoc2013-evolution-ed27f0db521db046e62c86b3255bc1d77f2ee790.tar.bz2
gsoc2013-evolution-ed27f0db521db046e62c86b3255bc1d77f2ee790.tar.lz
gsoc2013-evolution-ed27f0db521db046e62c86b3255bc1d77f2ee790.tar.xz
gsoc2013-evolution-ed27f0db521db046e62c86b3255bc1d77f2ee790.tar.zst
gsoc2013-evolution-ed27f0db521db046e62c86b3255bc1d77f2ee790.zip
Not unrefing the account passed to the signal handler. Fixes #332129.
svn path=/trunk/; revision=31649
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r--plugins/exchange-operations/ChangeLog5
-rw-r--r--plugins/exchange-operations/exchange-config-listener.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 9951041a46..ef33a36a00 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,5 +1,10 @@
2006-02-27 Sushma Rai <rsushma@novell.com>
+ * exchange-config-listener.c (account_removed): Not unrefing the
+ account passed to the signal handler. Fixes #332129.
+
+2006-02-27 Sushma Rai <rsushma@novell.com>
+
* exchange-calendar.c (e_exchange_calendar_pcalendar): fixed a typo.
2006-02-27 Sushma Rai <rsushma@novell.com>
diff --git a/plugins/exchange-operations/exchange-config-listener.c b/plugins/exchange-operations/exchange-config-listener.c
index 81216d4d8f..04cd5e92bc 100644
--- a/plugins/exchange-operations/exchange-config-listener.c
+++ b/plugins/exchange-operations/exchange-config-listener.c
@@ -1044,9 +1044,6 @@ account_removed (EAccountList *account_list, EAccount *account)
signals[EXCHANGE_ACCOUNT_REMOVED], 0,
priv->exchange_account);
- g_object_unref (priv->exchange_account);
- priv->exchange_account = NULL;
-
priv->configured_account = NULL;
g_free (priv->configured_uri);
priv->configured_uri = NULL;