diff --git a/legacy/evas/src/lib/file/evas_module.c b/legacy/evas/src/lib/file/evas_module.c index 6d44fe4e88..ef3b363b1c 100644 --- a/legacy/evas/src/lib/file/evas_module.c +++ b/legacy/evas/src/lib/file/evas_module.c @@ -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