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:
31dabad
)
- don't free twice
author
Michael Wallner
<mike@php.net>
Tue, 19 Jun 2007 20:44:42 +0000
(20:44 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 19 Jun 2007 20:44:42 +0000
(20:44 +0000)
http_message_object.c
patch
|
blob
|
history
diff --git
a/http_message_object.c
b/http_message_object.c
index 379d37592dcf91881eb31ed906f8e1480dffb40f..45be49b489774b604eaa61666695941cfa2ad7de 100644
(file)
--- a/
http_message_object.c
+++ b/
http_message_object.c
@@
-1282,7
+1282,6
@@
PHP_METHOD(HttpMessage, toMessageTypeObject)
zval_copy_ctor(&body);
sapi_module.treat_data(PARSE_STRING, Z_STRVAL(body), &post TSRMLS_CC);
zend_call_method_with_1_params(&return_value, http_request_object_ce, NULL, "setpostfields", NULL, &post);
- zval_dtor(&body);
}
}
#else