[evolution-exchange/gnome-2-32] Bug #639123 - Incorrect unref of ExchangeAccount in EBookBackendExchange
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-exchange/gnome-2-32] Bug #639123 - Incorrect unref of ExchangeAccount in EBookBackendExchange
- Date: Tue, 11 Jan 2011 17:05:24 +0000 (UTC)
commit d0d86b04f825ce1d7083cb04f02a3bddd15b428a
Author: Milan Crha <mcrha redhat com>
Date: Tue Jan 11 18:04:59 2011 +0100
Bug #639123 - Incorrect unref of ExchangeAccount in EBookBackendExchange
addressbook/e-book-backend-exchange.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/e-book-backend-exchange.c b/addressbook/e-book-backend-exchange.c
index b336669..8066246 100644
--- a/addressbook/e-book-backend-exchange.c
+++ b/addressbook/e-book-backend-exchange.c
@@ -2966,7 +2966,7 @@ e_book_backend_exchange_dispose (GObject *object)
g_free (be->priv->original_uri);
if (be->priv->account)
- g_object_unref (be->priv->account);
+ be->priv->account = NULL;
if (be->priv->ops)
g_hash_table_destroy (be->priv->ops);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]