summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-contact-chooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-chooser.c b/libempathy-gtk/empathy-contact-chooser.c
index b82aa93a1..05dbe3449 100644
--- a/libempathy-gtk/empathy-contact-chooser.c
+++ b/libempathy-gtk/empathy-contact-chooser.c
@@ -213,7 +213,7 @@ get_contacts_cb (GObject *source,
GError *error = NULL;
FolksIndividual *individual;
TpContact *contact;
- EmpathyContact *emp_contact;
+ EmpathyContact *emp_contact = NULL;
self = tp_weak_ref_dup_object (wr);
if (self == NULL)