Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calls to zip_stream_close free the buffer provided in zip_stream_open. Because of all of the internal reallocs that may happen on the buffer passed to zip_stream_open, I think the cleanest flow is that the user expects zip_stream_open to take management of their buffer and then get the updated zip via zip_stream_copy as a new buffer.
- Loading branch information