e_bindings_key_del already does a stringshare_del when free'n the key.

SVN revision: 49306
This commit is contained in:
Christopher Michael 2010-05-29 19:34:44 +00:00
parent 8b7e86be29
commit fc865b348b
1 changed files with 0 additions and 4 deletions

View File

@ -181,10 +181,6 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
{
e_bindings_key_del(bi->context, bi->key, bi->modifiers, bi->any_mod,
bi->action, bi->params);
eina_stringshare_del(bi->key);
eina_stringshare_del(bi->action);
eina_stringshare_del(bi->params);
E_FREE(bi);
}