Merge branch 'master' into crypto

This commit is contained in:
Michael R Sweet
2021-10-25 21:25:12 -04:00
committed by GitHub
9 changed files with 52 additions and 27 deletions

View File

@@ -114,6 +114,8 @@ pdfioStreamClose(pdfio_stream_t *st) // I - Stream
goto done;
}
}
deflateEnd(&st->flate);
}
else if (st->crypto_cb && st->bufptr > st->buffer)
{