summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonki Kim <wonki_.kim@samsung.com>2019-09-16 09:57:36 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-09-16 10:14:53 -0400
commitf49535debbd06bdc64ec07907110befa21d4af9c (patch)
tree565a44e0423295afaa6f7b00758753c0115fe8c0
parentd9594dbc9d9e2bf6e8e58a570f60c2206df45fb3 (diff)
downloadefl-f49535debbd06bdc64ec07907110befa21d4af9c.tar.gz
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
-rw-r--r--src/lib/elementary/elm_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_config.c b/src/lib/elementary/elm_config.c
index b55933f7c4..0e25747d0f 100644
--- a/src/lib/elementary/elm_config.c
+++ b/src/lib/elementary/elm_config.c
@@ -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