From 56bec26a07bc1041f5a01726b875ac1f40baaa49 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 27 Jan 2011 19:20:24 +0100 Subject: Bug #640707 - Crash on 'Add to address book'->'Edit full' click --- addressbook/gui/merging/eab-contact-compare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/merging') diff --git a/addressbook/gui/merging/eab-contact-compare.c b/addressbook/gui/merging/eab-contact-compare.c index db92649f6d..398a94832b 100644 --- a/addressbook/gui/merging/eab-contact-compare.c +++ b/addressbook/gui/merging/eab-contact-compare.c @@ -763,7 +763,7 @@ eab_contact_locate_match_full (EBook *book, g_return_if_fail (E_IS_CONTACT (contact)); g_return_if_fail (cb != NULL); - info = g_new (MatchSearchInfo, 1); + info = g_new0 (MatchSearchInfo, 1); info->contact = g_object_ref (contact); info->cb = cb; info->closure = closure; -- cgit