projects
/
empathy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a1a92
)
libempathy-gtk: fix uninitialized variable
author
Mirco Tischler
<mt-ml@gmx.de>
Sun, 15 Mar 2015 10:37:53 +0000
(11:37 +0100)
committer
Mirco Tischler
<mt-ml@gmx.de>
Sun, 15 Mar 2015 10:37:53 +0000
(11:37 +0100)
With -Werror this broke the build.
libempathy-gtk/empathy-contact-chooser.c
patch
|
blob
|
history
diff --git
a/libempathy-gtk/empathy-contact-chooser.c
b/libempathy-gtk/empathy-contact-chooser.c
index
b82aa93
..
05dbe34
100644
(file)
--- 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)