projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b68aab
)
- fix leak
author
Pierre Joye
<pajoye@php.net>
Mon, 1 Feb 2010 18:58:42 +0000
(18:58 +0000)
committer
Pierre Joye
<pajoye@php.net>
Mon, 1 Feb 2010 18:58:42 +0000
(18:58 +0000)
ext/zip/lib/zip_close.c
patch
|
blob
|
history
diff --git
a/ext/zip/lib/zip_close.c
b/ext/zip/lib/zip_close.c
index bc640c77b21bcb413fca7eb4c7dd88e8d4a3414a..982ee855f21c6f9397faf361293ddc27f3412973 100644
(file)
--- a/
ext/zip/lib/zip_close.c
+++ b/
ext/zip/lib/zip_close.c
@@
-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;
}