mirror of
https://github.com/tmate-io/tmate.git
synced 2026-08-04 08:32:09 +00:00
Don't leak line, from Tiago Cunha.
This commit is contained in:
parent
7d75dbbdda
commit
097a501414
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ cmd_capture_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
|
|||
memcpy(buf + len, line, linelen);
|
||||
len += linelen;
|
||||
buf[len++] = '\n';
|
||||
|
||||
xfree(line);
|
||||
}
|
||||
|
||||
limit = options_get_number(&sess->options, "buffer-limit");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue