Skip to content

Commit

Permalink
Fixup comment in unique_handle.hpp to reference curl_easy_cleanup rat…
Browse files Browse the repository at this point in the history
…her than curl_free. (#3997)
  • Loading branch information
ahsonkhan authored Oct 5, 2022
1 parent 895a1f9 commit 0a888c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a888c6

Please sign in to comment.