[gtk+] bgo#653191 - fix uninitialized variable in gtk_file_chooser_entry.c
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] bgo#653191 - fix uninitialized variable in gtk_file_chooser_entry.c
- Date: Mon, 27 Jun 2011 17:35:23 +0000 (UTC)
commit 4fa3cef7952a523cd85e5d7c60f190908731c7dc
Author: Mike Gorse <mgorse novell com>
Date: Wed Jun 22 15:23:15 2011 -0500
bgo#653191 - fix uninitialized variable in gtk_file_chooser_entry.c
gtk/gtkfilechooserentry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c
index cebaa9d..55303ed 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]