summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-12-22 00:40:54 +0100
committerBob Weinand <bobwei9@hotmail.com>2016-12-22 00:40:54 +0100
commit728502fc2978dcf9286ac049a5dbfa74187c9746 (patch)
tree942598ac96c57dca8e18ba08ee85222715fa67a9 /sapi/phpdbg/phpdbg.c
parented0602fe311662e303c87cd63f190c609ee55923 (diff)
parent3b2b080cbcdcadb97f9dd2db1a6e9e4200c34023 (diff)
downloadphp-git-728502fc2978dcf9286ac049a5dbfa74187c9746.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r--sapi/phpdbg/phpdbg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c
index ba13b93646..96f1613a59 100644
--- a/sapi/phpdbg/phpdbg.c
+++ b/sapi/phpdbg/phpdbg.c
@@ -128,7 +128,6 @@ static void php_phpdbg_destroy_file_source(zval *data) /* {{{ */
if (source->buf) {
efree(source->buf);
}
- efree(source->filename);
efree(source);
} /* }}} */