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/gui/component/select-names/e-select-names-completion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui') 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