1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

- fix leak

This commit is contained in:
Pierre Joye
2010-02-01 18:58:42 +00:00
parent 0e71a58662
commit a91c53adaa
+1
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;
}