From 045c4a444346376a47c0d115829a647f21f7edb4 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 5 Jan 2010 08:48:52 +0000 Subject: [PATCH 1/1] fix doublefree with certinfo --- http_request_info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/http_request_info.c b/http_request_info.c index 3a05ea3..809512a 100644 --- a/http_request_info.c +++ b/http_request_info.c @@ -177,7 +177,6 @@ PHP_HTTP_API void _http_request_info(http_request *request, HashTable *info) } } add_next_index_zval(ci_array, subarray); - curl_slist_free_all(s); } add_assoc_zval_ex(&array, "certinfo", sizeof("certinfo"), ci_array); } -- 2.30.2