Fix typo.

SVN revision: 32994
This commit is contained in:
Christopher Michael 2007-12-05 02:39:48 +00:00
parent a6aafc0831
commit a9a166f0ea
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ _e_configure_free(E_Configure *eco)
{ {
if (_e_configure->mod_hdl) if (_e_configure->mod_hdl)
ecore_event_handler_del(_e_configure->mod_hdl); ecore_event_handler_del(_e_configure->mod_hdl);
eco->mod_hdl = NULL; _e_configure->mod_hdl = NULL;
_e_configure = NULL; _e_configure = NULL;
while (eco->cats) while (eco->cats)
{ {