summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2015-03-16 09:43:38 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2015-03-16 09:43:38 +0100
commit29b956745586e58ce61cd66c1ebf48a625bb0ae7 (patch)
tree65f1386d888408dcbd582219a5f67bab247b935e
parent22a1f0d6b93976416b8f4cdb0971d835e7d639c9 (diff)
parentf815a6b963bcb7ed8ca2e2c24b66e1858f0e01a0 (diff)
downloadempathy-29b956745586e58ce61cd66c1ebf48a625bb0ae7.tar.gz
Merge remote-tracking branch 'micro/fix-build'
-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)