summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-12-22 00:42:05 +0100
committerBob Weinand <bobwei9@hotmail.com>2016-12-22 00:42:05 +0100
commit5d7ce7274757451a536b3521debd8f89365b0349 (patch)
tree4d9cdf1cb2825b65acc4361e3371a8a7403b4df4 /sapi/phpdbg/phpdbg.c
parent3df43437fe76a2f396b77c1e00e8c68c5038d1ce (diff)
parent728502fc2978dcf9286ac049a5dbfa74187c9746 (diff)
downloadphp-git-5d7ce7274757451a536b3521debd8f89365b0349.tar.gz
Merge branch '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 790ebc5f17..2a25f10fcc 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);
} /* }}} */