From: Daniel Stenberg Date: Mon, 4 May 2009 13:01:27 +0000 (+0000) Subject: Philippe Vaucher reported this typo X-Git-Tag: curl-7_19_5~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd4fd9c28c2a12650f20d3a1d707b22adea64ffd;p=curl Philippe Vaucher reported this typo --- diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index bb5f6628b..7bbdc8a4a 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -557,7 +557,7 @@ post handle: curl_easy_perform(easyhandle); /* post away! */ curl_formfree(post); /* free post */ - curl_slist_free_all(post); /* free custom header list */ + curl_slist_free_all(headers); /* free custom header list */ .fi Since all options on an easyhandle are "sticky", they remain the same until