mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
evbuffer_readline returns allocated storage, don't leak it.
This commit is contained in:
@ -93,7 +93,6 @@ cmd_break_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
server_status_session_group(s);
|
||||
|
||||
if (args_has(args, 'P')) {
|
||||
|
||||
if ((template = args_get(args, 'F')) == NULL)
|
||||
template = BREAK_PANE_TEMPLATE;
|
||||
|
||||
|
Reference in New Issue
Block a user