diff --git a/src/notebook.c b/src/notebook.c index b5a4d24fa..460d2685d 100644 --- a/src/notebook.c +++ b/src/notebook.c @@ -212,7 +212,7 @@ static GtkWidget *create_switch_dialog(void) static void update_filename_label(void) { guint i; - gchar *msg; + gchar *msg = NULL; guint queue_length; GeanyDocument *doc;