From 61f7037ff4b1ea359bedc2348177fedf7d15b605 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Tue, 18 Sep 2001 05:26:00 +0000 Subject: unref the destination regardless of whether we get an email addresss. 2001-09-18 Larry Ewing * gui/component/select-names/e-select-names-completion.c (book_query_process_card_list): unref the destination regardless of whether we get an email addresss. svn path=/trunk/; revision=12937 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/component/select-names/e-select-names-completion.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b6e248d7f7..08e2e7a40b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-09-18 Larry Ewing + + * gui/component/select-names/e-select-names-completion.c + (book_query_process_card_list): unref the destination regardless + of whether we get an email addresss. + 2001-09-17 Larry Ewing * gui/component/select-names/e-select-names-completion.c diff --git a/addressbook/gui/component/select-names/e-select-names-completion.c b/addressbook/gui/component/select-names/e-select-names-completion.c index 0a34361c62..49a3ecf4b2 100644 --- a/addressbook/gui/component/select-names/e-select-names-completion.c +++ b/addressbook/gui/component/select-names/e-select-names-completion.c @@ -623,9 +623,9 @@ book_query_process_card_list (ESelectNamesCompletion *comp, const GList *cards) } else { e_completion_match_unref (match); } - - gtk_object_unref (GTK_OBJECT (dest)); } + + gtk_object_unref (GTK_OBJECT (dest)); } } -- cgit v1.2.3