mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 19:39:04 +00:00
Remove a stray abort.
This commit is contained in:
parent
08f55414e1
commit
748633c887
1
input.c
1
input.c
@ -2409,7 +2409,6 @@ input_osc_52(struct input_ctx *ictx, const char *p)
|
|||||||
outlen = 4 * ((len + 2) / 3) + 1;
|
outlen = 4 * ((len + 2) / 3) + 1;
|
||||||
out = xmalloc(outlen);
|
out = xmalloc(outlen);
|
||||||
if ((outlen = b64_ntop(buf, len, out, outlen)) == -1) {
|
if ((outlen = b64_ntop(buf, len, out, outlen)) == -1) {
|
||||||
abort();
|
|
||||||
free(out);
|
free(out);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user