X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_info.c;h=809512ade05d1ed6510a4f66679513b38c94fc37;hp=f686d470553dab9201802fb1ef7cbab5ef4f2a64;hb=ad5f896b03adaa073134a00108a9cdf00720673a;hpb=b1ace11a9604ffcc496d32827aa66a2ba99db5ff diff --git a/http_request_info.c b/http_request_info.c index f686d47..809512a 100644 --- a/http_request_info.c +++ b/http_request_info.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2007, Michael Wallner | + | Copyright (c) 2004-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -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); }