cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl_easy_cleanup with curl_multi_info_read

From: codemastr <codemstr_at_ptd.net>
Date: Wed, 18 Feb 2004 17:14:30 -0500

When I use curl_multi_info_read(), I get a CURLMsg struct (msg). Is doing:

curl_easy_cleanup(msg->easy_handle);

A safe way to cleanup that handle when I'm done with it? Or must I keep a
list of the easy handles somewhere else and cleanup like that?

Thanks,
Dominick Meglio
Received on 2004-02-18