From 27e052e6dd20bbc0b0c133067e77af0f57120626 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 19 Jun 2007 20:42:11 +0000 Subject: [PATCH] - don't free twice --- http_message_object.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2