From 8dcbb0f19176da937ddb3c85509b8c84086348f1 Mon Sep 17 00:00:00 2001 From: divinity76 Date: Fri, 17 Jun 2022 15:07:36 +0200 Subject: [PATCH] CURLOPT_HTTPHEADER.3: improve comment in example Closes #9025 --- docs/libcurl/opts/CURLOPT_HTTPHEADER.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 b/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 index e365d42762..933609f380 100644 --- a/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 +++ b/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 @@ -126,7 +126,7 @@ if(curl) { curl_easy_perform(curl); - curl_slist_free_all(list); /* free the list again */ + curl_slist_free_all(list); /* free the list */ } .fi