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

fix double free

This commit is contained in:
Greg Beaver
2008-04-30 20:17:27 +00:00
parent aeefda4a50
commit 5f4c42d301
-1
View File
@@ -315,7 +315,6 @@ char *phar_find_in_include_path(char *filename, int filename_len, phar_archive_d
efree(test);
}
efree(arch);
efree(entry);
doit:
if (*filename == '.' ||