+ [Eina] API change. eina_module_list_flush() -> eina_module_list_free()
authorturran <turran@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 Jan 2010 12:22:23 +0000 (12:22 +0000)
committerturran <turran@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 Jan 2010 12:22:23 +0000 (12:22 +0000)
  as we are on the modules context not the array.
  All the referenced projects are changed too. Remember that the list_free()
  already calls the unload() on each module so no need to call list_unload()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@44978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_module.c

index dd4cea7..1828e7c 100644 (file)
@@ -121,7 +121,7 @@ _edje_module_shutdown(void)
    Eina_List *l;
    const char *data;
 
-   eina_module_list_flush(_available_modules);
+   eina_module_list_free(_available_modules);
    if (_available_modules)
      {
        eina_array_free(_available_modules);