• M
    Have inflate() with Z_FINISH avoid the allocation of a window. · 421c7a61
    Mark Adler 提交于
    inflate() avoided that allocation normally, until it was modified to
    update the window on a normal completion so that inflateResetKeep()
    could work.  This patch restores that behavior, but only when
    Z_FINISH is used successfully to complete an inflation of a stream in
    a single call of inflate().  The comments in zlib.h have been updated
    accordingly.
    421c7a61
zlib.h 83.1 KB