There was an error while loading. Please reload this page.
Hello! The function *int32_t mz_zip_writer_entry_close(void handle) contains a memory leak.
During the if statement "if (writer->sha256 != NULL)" the writer's file_extra_stream is allocated but this memory block is never freed.
Best regards, Sascha
Hello!
The function *int32_t mz_zip_writer_entry_close(void handle) contains a memory leak.
During the if statement "if (writer->sha256 != NULL)" the writer's file_extra_stream is allocated but this memory block is never freed.
Best regards,
Sascha