projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
3ee3d5f
)
TODO: crash--; leaks++;
author
Michael Wallner
<mike@php.net>
Tue, 31 Jan 2017 14:13:19 +0000
(15:13 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 31 Jan 2017 14:13:19 +0000
(15:13 +0100)
src/php_http_message.c
patch
|
blob
|
history
diff --git
a/src/php_http_message.c
b/src/php_http_message.c
index feef2655f565357a9dbb74543da43cdb135755df..3f08ee46f681bb2860bb8c5ed8294bf005c2f415 100644
(file)
--- a/
src/php_http_message.c
+++ b/
src/php_http_message.c
@@
-886,7
+886,7
@@
static zval *php_http_message_object_read_prop(zval *object, zval *member, int t
PHP_HTTP_MESSAGE_OBJECT_INIT(obj);
handler->read(obj, tmp);
- zval_ptr_dtor(return_value);
+
//
zval_ptr_dtor(return_value);
ZVAL_COPY_VALUE(return_value, tmp);
}
zend_string_release(member_name);