forked from AuroraMiddleware/gtk
bgo#653191 - fix uninitialized variable in gtk_file_chooser_entry.c
This commit is contained in:
parent
399de11116
commit
4fa3cef795
@ -369,7 +369,7 @@ completion_match_func (GtkEntryCompletion *comp,
|
|||||||
gpointer data)
|
gpointer data)
|
||||||
{
|
{
|
||||||
GtkFileChooserEntry *chooser_entry;
|
GtkFileChooserEntry *chooser_entry;
|
||||||
char *name;
|
char *name = NULL;
|
||||||
gboolean result;
|
gboolean result;
|
||||||
char *norm_file_part;
|
char *norm_file_part;
|
||||||
char *norm_name;
|
char *norm_name;
|
||||||
|
Loading…
Reference in New Issue
Block a user