evbuffer_readline returns allocated storage, don't leak it.

This commit is contained in:
Nicholas Marriott
2013-03-22 15:55:22 +00:00
parent 2243cfbe75
commit c519f9a84c
3 changed files with 3 additions and 3 deletions

View File

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