Patch from Brett Nash to fix zone being used uninitialized.

SVN revision: 31707
This commit is contained in:
Christopher Michael 2007-09-13 21:18:44 +00:00
parent 0b2c77791a
commit 831e3b3c1b
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ e_modapi_config(E_Module *m)
static void
_e_mod_action_fileman_cb(E_Object *obj, const char *params)
{
E_Zone *zone;
E_Zone *zone = NULL;
if (obj)
{