Fixup comment in unique_handle.hpp to reference curl_easy_cleanup rather than curl_free. (#3997)
This commit is contained in:
parent
895a1f9f2c
commit
0a888c6674
@ -55,7 +55,7 @@ namespace Azure { namespace Core { namespace _internal {
|
||||
*
|
||||
* template <> struct UniqueHandleHelper<CURL>
|
||||
* {
|
||||
* using type = BasicUniqueHandle<CURL, curl_free>;
|
||||
* using type = BasicUniqueHandle<CURL, curl_easy_cleanup>;
|
||||
* };
|
||||
*/
|
||||
// *** Given just T, map it to the corresponding FreeFunc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user