diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-30 23:02:27 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-30 23:02:27 +0100 |
commit | 41b8bb4eef44260729d8cfd649be4e3a8ed74015 (patch) | |
tree | 4fda420f3c24a535cd2432f0e61e4983c01a4545 /input.c | |
parent | 200a1c62c6fe29d16f45306f5fa2e48ad7772a23 (diff) | |
parent | b26523c26dc7cf0a24a1adb787aa1816deb40693 (diff) | |
download | rtmux-41b8bb4eef44260729d8cfd649be4e3a8ed74015.tar.gz rtmux-41b8bb4eef44260729d8cfd649be4e3a8ed74015.tar.bz2 rtmux-41b8bb4eef44260729d8cfd649be4e3a8ed74015.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |