1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

fix another memory leak

This commit is contained in:
Greg Beaver
2008-09-26 04:54:08 +00:00
parent 7a62dcaa5e
commit f2ad965863
+1
View File
@@ -686,6 +686,7 @@ splitted:
int save_len;
notfound:
efree(entry);
save = PHAR_G(cwd);
save_len = PHAR_G(cwd_len);
/* this file is not in the current directory, use the original path */