diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-31 13:53:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-31 13:53:19 +0000 |
commit | 8500397cf170b19458c413a8cf0a9f11a738e558 (patch) | |
tree | fa3bda557bd22494188dac8117f81a74a8b93a5f /docs | |
parent | bd600fbebe7c0fdb314cb2a8015f1b89ea036b74 (diff) |
curl_easy_cleanup kills this memory too
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_multi_info_read.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_info_read.3 b/docs/libcurl/curl_multi_info_read.3 index 018310ea8..414a2a610 100644 --- a/docs/libcurl/curl_multi_info_read.3 +++ b/docs/libcurl/curl_multi_info_read.3 @@ -26,7 +26,8 @@ again. It will instead return new messages at each new invoke until the queue is emptied. The data the returned pointer points to will not survive calling -\fIcurl_multi_cleanup(3)\fP or \fIcurl_multi_remove_handle(3)\fP. +\fIcurl_multi_cleanup(3)\fP, \fIcurl_multi_remove_handle(3)\fP or +\fIcurl_easy_cleanup(3)\fP. The 'CURLMsg' struct is very simple and only contain very basic information. If more involved information is wanted, the particular "easy handle" in |