aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-30 23:02:27 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-30 23:02:27 +0100
commit41b8bb4eef44260729d8cfd649be4e3a8ed74015 (patch)
tree4fda420f3c24a535cd2432f0e61e4983c01a4545 /input.c
parent200a1c62c6fe29d16f45306f5fa2e48ad7772a23 (diff)
parentb26523c26dc7cf0a24a1adb787aa1816deb40693 (diff)
downloadrtmux-41b8bb4eef44260729d8cfd649be4e3a8ed74015.tar.gz
rtmux-41b8bb4eef44260729d8cfd649be4e3a8ed74015.tar.bz2
rtmux-41b8bb4eef44260729d8cfd649be4e3a8ed74015.zip
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input.c b/input.c
index 4095c05d..e54b5ac0 100644
--- a/input.c
+++ b/input.c
@@ -2409,7 +2409,6 @@ input_osc_52(struct input_ctx *ictx, const char *p)
outlen = 4 * ((len + 2) / 3) + 1;
out = xmalloc(outlen);
if ((outlen = b64_ntop(buf, len, out, outlen)) == -1) {
- abort();
free(out);
return;
}