- fix leak

This commit is contained in:
Pierre Joye 2010-02-01 18:58:42 +00:00
parent 0e71a58662
commit a91c53adaa

View File

@ -135,6 +135,7 @@ zip_close(struct zip *za)
if ((temp=_zip_create_temp_output(za, &out)) == NULL) {
_zip_cdir_free(cd);
free(filelist);
return -1;
}