diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index cebaa9d82b..55303ed0fb 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;