From ed27f0db521db046e62c86b3255bc1d77f2ee790 Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Mon, 6 Mar 2006 05:27:23 +0000 Subject: Not unrefing the account passed to the signal handler. Fixes #332129. svn path=/trunk/; revision=31649 --- plugins/exchange-operations/ChangeLog | 5 +++++ plugins/exchange-operations/exchange-config-listener.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'plugins/exchange-operations') 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,3 +1,8 @@ +2006-02-27 Sushma Rai + + * exchange-config-listener.c (account_removed): Not unrefing the + account passed to the signal handler. Fixes #332129. + 2006-02-27 Sushma Rai * exchange-calendar.c (e_exchange_calendar_pcalendar): fixed a typo. 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; -- cgit v1.2.3