oops, missing free.

SVN revision: 39783
This commit is contained in:
Gustavo Sverzut Barbieri 2009-03-28 21:40:33 +00:00
parent 373504635b
commit 2dde72e9f8
1 changed files with 1 additions and 0 deletions

View File

@ -400,6 +400,7 @@ e_fm2_op_registry_entry_listener_del(E_Fm2_Op_Registry_Entry *entry, void (*cb)(
{
e->listeners = eina_inlist_remove(e->listeners, EINA_INLIST_GET(l));
if (l->free_data) l->free_data(l->data);
free(l);
return;
}
}