summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_list.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-16 17:45:03 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-16 17:45:03 +0200
commitc4a6998c62e94a5e561d5c36aa3643db6995eda2 (patch)
tree63410eec003167f88ee38da63cf69dbf2ace5ee7 /sapi/phpdbg/phpdbg_list.c
parent3faa903d47d8ece5a6256cf175b9af868779b061 (diff)
parentb317f0eb59eb1265cbc7ed3eb00f757e2ff65e4d (diff)
downloadphp-git-c4a6998c62e94a5e561d5c36aa3643db6995eda2.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'sapi/phpdbg/phpdbg_list.c')
-rw-r--r--sapi/phpdbg/phpdbg_list.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sapi/phpdbg/phpdbg_list.c b/sapi/phpdbg/phpdbg_list.c
index 901fd0bb1c..3556156c0b 100644
--- a/sapi/phpdbg/phpdbg_list.c
+++ b/sapi/phpdbg/phpdbg_list.c
@@ -294,10 +294,6 @@ zend_op_array *phpdbg_init_compile_file(zend_file_handle *file, int type) {
zend_string_release(file->opened_path);
file->opened_path = zend_string_init(filename, strlen(filename), 0);
} else {
- if (file->free_filename) {
- efree((char *) file->filename);
- }
- file->free_filename = 0;
file->filename = filename;
}
}