eolian: there is no eina_inlist_free

Reviewed-by: Daniel Kolesa <daniel@octaforge.org>
Differential Revision: https://phab.enlightenment.org/D7628
This commit is contained in:
Marcel Hollerbach 2019-01-14 23:23:04 +01:00
parent 66824da950
commit 77cfb1299c
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ static const char * const eo_complex_frees[] =
{
"eina_accessor_free", "eina_array_free", NULL, /* future */
"eina_iterator_free", "eina_hash_free",
"eina_list_free", "eina_inarray_free", "eina_inlist_free"
"eina_list_free", "eina_inarray_free", NULL
};
static const char *eo_obj_free = "efl_del";