From: Michael Wallner Date: Mon, 9 Feb 2015 08:25:24 +0000 (+0100) Subject: don't release twice X-Git-Tag: RELEASE_3_0_0_RC1~62 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=fb8725f76a3552eb157620c07bbef60cdcd632c2 don't release twice --- diff --git a/php_http_client_curl.c b/php_http_client_curl.c index 05db912..0463143 100644 --- a/php_http_client_curl.c +++ b/php_http_client_curl.c @@ -1920,8 +1920,6 @@ static php_resource_factory_t *create_rf(php_http_url_t *url) rf = php_resource_factory_init(NULL, &php_http_curle_resource_factory_ops, NULL, NULL); } - zend_string_release(id); - return rf; }