aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-18 23:05:33 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-18 23:05:33 +0800
commit4be40f870291191e95035cd08b8f0733c9af1828 (patch)
tree855499505619645787ca0ab533670468685c064e
parentaee0cfd9ffca932edda7f0aff37b2493df378e7a (diff)
downloadgsoc2013-empathy-4be40f870291191e95035cd08b8f0733c9af1828.tar
gsoc2013-empathy-4be40f870291191e95035cd08b8f0733c9af1828.tar.gz
gsoc2013-empathy-4be40f870291191e95035cd08b8f0733c9af1828.tar.bz2
gsoc2013-empathy-4be40f870291191e95035cd08b8f0733c9af1828.tar.lz
gsoc2013-empathy-4be40f870291191e95035cd08b8f0733c9af1828.tar.xz
gsoc2013-empathy-4be40f870291191e95035cd08b8f0733c9af1828.tar.zst
gsoc2013-empathy-4be40f870291191e95035cd08b8f0733c9af1828.zip
empathy_new_message_dialog_response: initialize contact
-rw-r--r--libempathy-gtk/empathy-new-message-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c
index 6cc5e3819..d34e6f5f0 100644
--- a/libempathy-gtk/empathy-new-message-dialog.c
+++ b/libempathy-gtk/empathy-new-message-dialog.c
@@ -152,7 +152,7 @@ empathy_new_message_dialog_response (GtkDialog *dialog,
{
EmpathyNewMessageDialog *self = (EmpathyNewMessageDialog *) dialog;
FolksIndividual *individual = NULL;
- EmpathyContact *contact;
+ EmpathyContact *contact = NULL;
if (response_id < EMP_NEW_MESSAGE_TEXT)
goto out;