From 4be40f870291191e95035cd08b8f0733c9af1828 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 18 Oct 2011 17:05:33 +0200 Subject: empathy_new_message_dialog_response: initialize contact --- libempathy-gtk/empathy-new-message-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') 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; -- cgit v1.2.3