From 35120cf3f410d31d9f9c48f7bc623cf30a5bb22d Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 19 May 2003 18:33:17 +0000 Subject: add a g_object_ref(card), to match the one in 2003-05-19 Chris Toshok * gui/merging/e-card-merging.c (e_card_merging_book_commit_card): add a g_object_ref(card), to match the one in e_card_merging_book_add_card. Fixes #43175. svn path=/trunk/; revision=21259 --- addressbook/gui/merging/e-card-merging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/merging/e-card-merging.c') diff --git a/addressbook/gui/merging/e-card-merging.c b/addressbook/gui/merging/e-card-merging.c index 3577fd41b5..f2322e772c 100644 --- a/addressbook/gui/merging/e-card-merging.c +++ b/addressbook/gui/merging/e-card-merging.c @@ -171,7 +171,7 @@ e_card_merging_book_commit_card (EBook *book, lookup->op = E_CARD_MERGING_COMMIT; lookup->book = g_object_ref (book); - lookup->card = card; + lookup->card = g_object_ref (card); lookup->cb = cb; lookup->closure = closure; -- cgit