match API rename, it's module flush now.

SVN revision: 41394
This commit is contained in:
Gustavo Sverzut Barbieri 2009-07-17 14:24:08 +00:00
parent b02de756a6
commit 386972f2f0
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ _ethumb_plugins_unload(void)
eina_hash_free(_plugins_ext);
_plugins_ext = NULL;
eina_module_list_unload(_plugins);
eina_module_list_delete(_plugins);
eina_module_list_flush(_plugins);
eina_array_free(_plugins);
_plugins = NULL;
}