diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-18 23:05:33 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-18 23:05:33 +0800 |
commit | 4be40f870291191e95035cd08b8f0733c9af1828 (patch) | |
tree | 855499505619645787ca0ab533670468685c064e /libempathy-gtk | |
parent | aee0cfd9ffca932edda7f0aff37b2493df378e7a (diff) | |
download | gsoc2013-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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.c | 2 |
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; |