Remove the list free. May cause segfault when unloading module

SVN revision: 19422
This commit is contained in:
Christopher Michael 2005-12-30 14:00:17 +00:00
parent 1e1eea1558
commit 6d8c8baa0f
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ e_modapi_config(E_Module *m)
if (face->con == e_container_current_get(e_manager_current_get()))
_config_ibox_module(face->con, face->ibox);
}
evas_list_free(l);
return 1;
}