From 66a46cba89e386de08634d53549e26aa0b558199 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 Nov 2019 14:14:19 +0100 Subject: input: remove potential minor memory leak --- input/input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/input/input.c b/input/input.c index 80457fcd5c..31ccf70a36 100644 --- a/input/input.c +++ b/input/input.c @@ -1082,6 +1082,7 @@ static void bind_dealloc(struct cmd_bind *bind) { talloc_free(bind->cmd); talloc_free(bind->location); + talloc_free(bind->desc); } // builtin: if true, remove all builtin binds, else remove all user binds -- cgit v1.2.3