X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_pool.c;h=2cf70efbc19fcd785af1be24d253f879e0f7a447;hb=e34ef0f70e4bcb816b3dbfc41aedc799ec64b04d;hp=4930122b5517ba0e2088103d5d2f533b3079c708;hpb=aacbe6aa75ca07853bf88d5b3647f67f107d1af7;p=m6w6%2Fext-http diff --git a/php_http_request_pool.c b/php_http_request_pool.c index 4930122..2cf70ef 100644 --- a/php_http_request_pool.c +++ b/php_http_request_pool.c @@ -57,10 +57,6 @@ PHP_HTTP_API void php_http_request_pool_dtor(php_http_request_pool_t *h) zend_llist_clean(&h->requests.finished); zend_llist_clean(&h->requests.attached); - if (h->persistent_handle_id) { - zval_ptr_dtor(&h->persistent_handle_id); - } - php_http_resource_factory_free(&h->rf); }