diff --git a/config.c b/config.c index f15be1c2..7b71df95 100644 --- a/config.c +++ b/config.c @@ -1107,6 +1107,8 @@ parse_section_key_bindings( LOG_AND_NOTIFY_ERR("%s:%u: [key-bindings]: %s: invalid action", path, lineno, key); + free(pipe_cmd); + free(pipe_argv); return false; }