input: remove potential minor memory leak

This commit is contained in:
wm4 2019-11-23 14:14:19 +01:00
parent b31f2f6cb9
commit 66a46cba89
1 changed files with 1 additions and 0 deletions

View File

@ -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