diff options
author | nicm <nicm> | 2019-05-30 20:54:03 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-30 20:54:03 +0000 |
commit | b26523c26dc7cf0a24a1adb787aa1816deb40693 (patch) | |
tree | 473869a72aa2196a12ef1d7ebf7530246282130a /input.c | |
parent | 8fb796b5b3fbd7ff430d1b6ad2a49f97feea8f3c (diff) | |
download | rtmux-b26523c26dc7cf0a24a1adb787aa1816deb40693.tar.gz rtmux-b26523c26dc7cf0a24a1adb787aa1816deb40693.tar.bz2 rtmux-b26523c26dc7cf0a24a1adb787aa1816deb40693.zip |
Remove a leftover abort and some fixes from cppcheck.
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; } |