We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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