aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/eab-contact-compare.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/merging/eab-contact-compare.c')
-rw-r--r--addressbook/gui/merging/eab-contact-compare.c2
1 files changed, 1 insertions, 1 deletions
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;