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