From 945cefb68aff772b1d3fb11b1e05cd78b9d82155 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 13 Sep 2007 21:10:02 +0000 Subject: [PATCH] Patch from Brett Nash to init zone to NULL before use. SVN revision: 31702 --- src/modules/conf/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf/e_mod_main.c b/src/modules/conf/e_mod_main.c index 9bff83349..c2a29517e 100644 --- a/src/modules/conf/e_mod_main.c +++ b/src/modules/conf/e_mod_main.c @@ -91,7 +91,7 @@ e_modapi_about(E_Module *m) static void _e_mod_action_conf_cb(E_Object *obj, const char *params) { - E_Zone *zone; + E_Zone *zone = NULL; if (obj) {