From: Michael Wallner Date: Tue, 19 Jun 2007 20:42:11 +0000 (+0000) Subject: - don't free twice X-Git-Tag: RELEASE_1_6_0b1~9 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=27e052e6dd20bbc0b0c133067e77af0f57120626;p=m6w6%2Fext-http - don't free twice --- diff --git a/http_message_object.c b/http_message_object.c index 379d375..45be49b 100644 --- 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