]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_cleanup kills this memory too
authorDaniel Stenberg <daniel@haxx.se>
Sun, 31 Dec 2006 13:53:19 +0000 (13:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 31 Dec 2006 13:53:19 +0000 (13:53 +0000)
docs/libcurl/curl_multi_info_read.3

index 018310ea834bdd35b9688dda8548123e6d40eb32..414a2a610b3452883a6a85a56a19bffd9f2fd813 100644 (file)
@@ -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