From 7a91a6c9a56c70a7b80a71376d3299e7f81fd7cb Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 10 Sep 2013 00:49:39 +0800 Subject: [PATCH] gio/tests/gio-du.c: Avoid Using Unintialized Variable https://bugzilla.gnome.org/show_bug.cgi?id=707787 --- gio/tests/gio-du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/gio-du.c b/gio/tests/gio-du.c index 4ed9941ed..12ac12bd6 100644 --- a/gio/tests/gio-du.c +++ b/gio/tests/gio-du.c @@ -72,7 +72,7 @@ report_progress (gboolean reporting, int main (int argc, char **argv) { - GFileMeasureProgressCallback progress; + GFileMeasureProgressCallback progress = NULL; GFileMeasureFlags flags = 0; gint i;