diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 14:35:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 14:35:20 +0000 |
commit | 95c3fa836b50f1b83bdc325c108cf220673c99e4 (patch) | |
tree | 860771bca45ecc0888fe2eed08c438a05d42cd71 /docs | |
parent | ab60a124654dc0326d97271ebd30bb0984f78d8b (diff) |
clarify more
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_cleanup.3 | 5 |
1 files changed, 4 insertions, 1 deletions
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" |