efreet: free fallback cache on shutdown

this fixes errors like:
ERR<4864>:eet lib/eet/eet_lib.c:645 eet_shutdown() File '/home/osauser/.cache/efreet/icons___efreet_fallback_localhost.localdomain.eet' is still open 1 times !

@fix
This commit is contained in:
Marcel Hollerbach 2016-08-04 17:02:46 +02:00
parent 8dd27f2fd9
commit 3f1d40cff8
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ efreet_cache_shutdown(void)
icon_cache = efreet_cache_close(icon_cache);
icon_theme_cache = efreet_cache_close(icon_theme_cache);
fallback_cache = efreet_cache_close(fallback_cache);
IF_FREE_HASH(themes);
IF_FREE_HASH(icons);