another free()

This was SVN commit r3431.
This commit is contained in:
janwas 2006-01-28 22:41:22 +00:00
parent cda1e4c177
commit d0066d32f0

View File

@ -545,7 +545,9 @@ LibError zip_archive_finish(ZipArchive* za)
(void)file_close(&za->f);
(void)pool_destroy(&za->cdfhs);
#include "nommgr.h"
za_mgr.free(za);
#include "mmgr.h"
return ERR_OK;
}