free array as well.

SVN revision: 41124
This commit is contained in:
Gustavo Sverzut Barbieri 2009-06-20 07:36:30 +00:00
parent 1c0ca5dfbb
commit b5f6c61c94
1 changed files with 3 additions and 0 deletions

View File

@ -505,6 +505,9 @@ evas_module_shutdown(void)
EINA_LIST_FREE(evas_module_paths, path)
free(path);
eina_array_free(evas_engines);
evas_engines = NULL;
}
EAPI int