From 95c3fa836b50f1b83bdc325c108cf220673c99e4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Oct 2006 14:35:20 +0000 Subject: clarify more --- docs/libcurl/curl_easy_cleanup.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/libcurl') diff --git a/docs/libcurl/curl_easy_cleanup.3 b/docs/libcurl/curl_easy_cleanup.3 index 84c0a6d1e..2eda26e92 100644 --- a/docs/libcurl/curl_easy_cleanup.3 +++ b/docs/libcurl/curl_easy_cleanup.3 @@ -2,7 +2,7 @@ .\" nroff -man [file] .\" $Id$ .\" -.TH curl_easy_cleanup 3 "13 Nov 2002" "libcurl 7.7" "libcurl Manual" +.TH curl_easy_cleanup 3 "12 Oct 2006" "libcurl 7.7" "libcurl Manual" .SH NAME curl_easy_cleanup - End a libcurl easy session .SH SYNOPSIS @@ -21,6 +21,9 @@ more files. When you've called this, you can safely remove all the strings you've previously told libcurl to use, as it won't use them anymore now. + +Any uses of the \fBhandle\fP after this function has been called are +illegal. This kills the handle and all memory associated with it! .SH RETURN VALUE None .SH "SEE ALSO" -- cgit v1.2.3