* eina/src/lib/eina_module.c: After deleting all members, we should flush the array.

SVN revision: 39057
This commit is contained in:
Cedric BAIL 2009-02-17 12:58:09 +00:00
parent 9062c9050a
commit a98287fc07
1 changed files with 2 additions and 0 deletions

View File

@ -448,4 +448,6 @@ EAPI void eina_module_list_delete(Eina_Array *array)
EINA_ARRAY_ITER_NEXT(array, i, m, iterator)
eina_module_delete(m);
eina_array_flush(array);
}