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:
@@ -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 == '.' ||
|
||||
|
||||
Reference in New Issue
Block a user