Patch from Brett Nash to init zone to NULL before use.

SVN revision: 31702
This commit is contained in:
Christopher Michael 2007-09-13 21:10:02 +00:00
parent 37051c3531
commit 945cefb68a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{