aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/eab-contact-compare.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-01-28 02:20:24 +0800
committerMilan Crha <mcrha@redhat.com>2011-01-28 02:20:24 +0800
commit56bec26a07bc1041f5a01726b875ac1f40baaa49 (patch)
tree5b1f5538557499a68f4e0b58c15bd890e0b3ea23 /addressbook/gui/merging/eab-contact-compare.c
parent06fbffd868b8220f51e091f13855a2bc7f42bd24 (diff)
downloadgsoc2013-evolution-56bec26a07bc1041f5a01726b875ac1f40baaa49.tar
gsoc2013-evolution-56bec26a07bc1041f5a01726b875ac1f40baaa49.tar.gz
gsoc2013-evolution-56bec26a07bc1041f5a01726b875ac1f40baaa49.tar.bz2
gsoc2013-evolution-56bec26a07bc1041f5a01726b875ac1f40baaa49.tar.lz
gsoc2013-evolution-56bec26a07bc1041f5a01726b875ac1f40baaa49.tar.xz
gsoc2013-evolution-56bec26a07bc1041f5a01726b875ac1f40baaa49.tar.zst
gsoc2013-evolution-56bec26a07bc1041f5a01726b875ac1f40baaa49.zip
Bug #640707 - Crash on 'Add to address book'->'Edit full' click
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;