free E_Remember->uuid on shutdown

This commit is contained in:
Mike Blumenkrantz 2017-02-24 14:15:42 -05:00
parent 58f7d7e54e
commit 9934ccfbf0
1 changed files with 1 additions and 0 deletions

View File

@ -2404,6 +2404,7 @@ _e_config_free(E_Config *ecf)
if (rem->role) eina_stringshare_del(rem->role);
if (rem->prop.border) eina_stringshare_del(rem->prop.border);
if (rem->prop.command) eina_stringshare_del(rem->prop.command);
eina_stringshare_del(rem->uuid);
E_FREE(rem);
}
EINA_LIST_FREE(ecf->menu_applications, ema)