LibzipPlugin::testArchive() is memory hungry
Closed, ResolvedPublic

Description

I get 2 GB of ram used by Ark when I click "Test Integrity" on the linux source code zip archive.

elvisangelaccio triaged this task as High priority.

Hi there
The zip_file is not discarded after it is no longer needed
This patch should fix it.