e - fix leak added by previous fix for icon theme

fixes leak added by a885c8c040

though this is basically unlikely to happen and happens likely just
once for an app... so not a big deal

@fix
This commit is contained in:
Carsten Haitzler 2015-12-10 08:06:21 +09:00 committed by Mike Blumenkrantz
parent edfbc7e8af
commit b36e68bcef
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ _e_config_cb_efreet_cache_update(void *data EINA_UNUSED, int type EINA_UNUSED, v
{
if (!efreet_icon_theme_find(e_config->icon_theme))
{
e_config->icon_theme = eina_stringshare_add("hicolor");
eina_stringshare_replace(&e_config->icon_theme, "hicolor");
e_config_save_queue();
}
}