From: Michael Wallner Date: Tue, 5 Jan 2010 08:48:52 +0000 (+0000) Subject: fix doublefree with certinfo X-Git-Tag: RELEASE_1_7_0~16 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=045c4a444346376a47c0d115829a647f21f7edb4;hp=34c551d43ab4fbfff88a81e545a43fbbf7a8a75d fix doublefree with certinfo --- 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); }