From: barbieri Date: Sat, 20 Jun 2009 07:36:30 +0000 (+0000) Subject: free array as well. X-Git-Tag: accepted/2.0/20130306.225542~242^2~2388 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bace172718c4477851b20b6e5c650ac577998c64;p=profile%2Fivi%2Fevas.git free array as well. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@41124 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/file/evas_module.c b/src/lib/file/evas_module.c index 6d44fe4..ef3b363 100644 --- a/src/lib/file/evas_module.c +++ b/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