mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- fix leak
This commit is contained in:
parent
0e71a58662
commit
a91c53adaa
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ zip_close(struct zip *za)
|
||||||
|
|
||||||
if ((temp=_zip_create_temp_output(za, &out)) == NULL) {
|
if ((temp=_zip_create_temp_output(za, &out)) == NULL) {
|
||||||
_zip_cdir_free(cd);
|
_zip_cdir_free(cd);
|
||||||
|
free(filelist);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue