edje_cc: free ecore_evas

we have initialized it, we should shutdown it.
This was we are not getting random vtable allocation leak reports in the
asan job anymore.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Chris Michael <cp.michael@samsung.com>
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11572
This commit is contained in:
Marcel Hollerbach 2020-03-24 13:54:37 +01:00
parent 8f7a76a431
commit cd13b40f66
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ main(int argc, char **argv)
eina_prefix_free(pfx);
pfx = NULL;
ecore_evas_shutdown();
edje_shutdown();
eina_log_domain_unregister(_edje_cc_log_dom);
eina_shutdown();