diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 5cd8747d6e..62895d43a9 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -369,7 +369,7 @@ completion_match_func (GtkEntryCompletion *comp, gpointer data) { GtkFileChooserEntry *chooser_entry; - char *name; + char *name = NULL; gboolean result; char *norm_file_part; char *norm_name;