]> granicus.if.org Git - curl/commitdiff
Philippe Vaucher reported this typo
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2009 13:01:27 +0000 (13:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2009 13:01:27 +0000 (13:01 +0000)
docs/libcurl/libcurl-tutorial.3

index bb5f6628bd558fc485ebf68769bc579388ec3c3b..7bbdc8a4af39c019c76497967769d29f818cde5c 100644 (file)
@@ -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