e17: leak--

SVN revision: 62666
This commit is contained in:
Hannes Janetzek 2011-08-21 19:59:15 +00:00
parent ff346d8e3a
commit a7bb3d343d
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ _finish(Evry_Plugin *plugin)
GET_PLUGIN(p, plugin);
Evry_Action *act;
EVRY_PLUGIN_ITEMS_CLEAR(p);
EINA_LIST_FREE(p->actions, act);
E_FREE(p);
}