don't fail on •SH under VERIFY_TAIL

This commit is contained in:
dzaima 2022-12-31 20:31:13 +02:00
parent 7b3beec621
commit 8da9c4e3a5

View File

@ -1016,6 +1016,9 @@ B sh_c2(B t, B w, B x) {
// free output buffer
assert(reusable(oBufObj));
#if VERIFY_TAIL
*oBufIA = bufsz;
#endif
mm_free(v(oBufObj));
// free our ends of pipes
if (!iDone) { shClose(p_in[1]); FREE_INPUT; shDbg("only got to write "N64u"/"N64u"\n", iOff, iLen); }