From aee0cfd9ffca932edda7f0aff37b2493df378e7a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 18 Oct 2011 17:00:53 +0200 Subject: [PATCH] empathy_new_message_dialog_response: initialize individual --- libempathy-gtk/empathy-new-message-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 25bc069b..6cc5e381 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -151,7 +151,7 @@ empathy_new_message_dialog_response (GtkDialog *dialog, int response_id) { EmpathyNewMessageDialog *self = (EmpathyNewMessageDialog *) dialog; - FolksIndividual *individual; + FolksIndividual *individual = NULL; EmpathyContact *contact; if (response_id < EMP_NEW_MESSAGE_TEXT) -- 2.39.2