aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;