elm_config: fix a missing of free after using

Summary: safed_bindings will leak by going out the function without freeing.

Reviewers: bu5hm4n, zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9966
This commit is contained in:
Wonki Kim 2019-09-16 09:57:36 -04:00 committed by Mike Blumenkrantz
parent d9594dbc9d
commit f49535debb
1 changed files with 1 additions and 0 deletions

View File

@ -2319,6 +2319,7 @@ _elm_key_bindings_copy_missing_bindings(Elm_Config *cfg, Elm_Config *syscfg)
{
printf("There have been missing Key bindings in the config, config is now adjusted\n");
}
eina_hash_free(safed_bindings);
}
static void