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

SVN revision: 31706
This commit is contained in:
Christopher Michael 2007-09-13 21:17:36 +00:00
parent 5fe3eb8e05
commit 0b2c77791a
1 changed files with 1 additions and 1 deletions

View File

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