elm/config: clear env var hash on shutdown

env vars should not be retained when this subsystem is not "active"

fixes unit test running

ref 9149767184

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9537
This commit is contained in:
Mike Blumenkrantz 2019-08-09 12:22:27 -04:00 committed by Cedric BAIL
parent 510d437246
commit 219cb6fe9e
1 changed files with 1 additions and 0 deletions

View File

@ -4724,6 +4724,7 @@ _elm_config_shutdown(void)
ELM_SAFE_FREE(_elm_accel_preference, eina_stringshare_del);
ELM_SAFE_FREE(_elm_cache_flush_poller, ecore_poller_del);
ELM_SAFE_FREE(_elm_profile, free);
ELM_SAFE_FREE(_getenv_once_envs, eina_hash_free);
_elm_font_overlays_del_free();
_elm_config_profile_derived_shutdown();