From fb8725f76a3552eb157620c07bbef60cdcd632c2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 9 Feb 2015 09:25:24 +0100 Subject: [PATCH] don't release twice --- php_http_client_curl.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.30.2