No need to assign an eco here. Add safety to be sure _e_configure is NULL.

Thanks englebass.


SVN revision: 31380
This commit is contained in:
Christopher Michael 2007-08-18 11:48:10 +00:00
parent adcd7517f8
commit 4f56af6521
1 changed files with 2 additions and 4 deletions

View File

@ -182,12 +182,10 @@ e_configure_show(E_Container *con)
EAPI void
e_configure_del(void)
{
E_Configure *eco;
if (_e_configure)
{
eco = _e_configure;
e_object_del(E_OBJECT(eco));
e_object_del(E_OBJECT(_e_configure));
_e_configure = NULL;
}
}