evry warn--

SVN revision: 74037
This commit is contained in:
Mike Blumenkrantz 2012-07-18 06:48:16 +00:00
parent fd133e4410
commit b528baa483
1 changed files with 1 additions and 2 deletions

View File

@ -19,11 +19,10 @@ static void
_finish(Evry_Plugin *plugin)
{
GET_PLUGIN(p, plugin);
Evry_Action *act;
EVRY_PLUGIN_ITEMS_CLEAR(p);
EINA_LIST_FREE (p->actions, act) ;
eina_list_free(p->actions);
E_FREE(p);
}