summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-12-05 18:42:38 +0000
committerAntony Dovgal <tony2001@php.net>2006-12-05 18:42:38 +0000
commit5e7eed6a9a8b341ee97416ac1e471f79eab6f8c5 (patch)
treea4ce6e7289291c2e5392898f47edb418422ee13e /ext
parente5ad7bf299672eeca0aaaf3b284226dd961ece0d (diff)
downloadphp-git-5e7eed6a9a8b341ee97416ac1e471f79eab6f8c5.tar.gz
MFH: nuke redundant zval_ptr_dtor() call
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/http_fopen_wrapper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c
index 4b955acbba..af52f2bb99 100644
--- a/ext/standard/http_fopen_wrapper.c
+++ b/ext/standard/http_fopen_wrapper.c
@@ -247,7 +247,6 @@ php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path,
SEPARATE_ZVAL(tmpzval);
convert_to_double_ex(tmpzval);
protocol_version_len = spprintf(&protocol_version, 0, "%.1f", Z_DVAL_PP(tmpzval));
- zval_ptr_dtor(tmpzval);
}
if (!scratch) {