]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_unescape.3: call curl_easy_cleanup in example
authorJun Tseng <junzeng@opencpu.com>
Mon, 6 Dec 2021 04:38:24 +0000 (12:38 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Dec 2021 06:50:37 +0000 (07:50 +0100)
Closes #8097

docs/libcurl/curl_easy_unescape.3

index 92500b896729ff9ddec6fc165f36ff349c93e567..68cf6ee8c70091dd8724b1f8f0dfbb1b9d6fab4e 100644 (file)
@@ -59,6 +59,7 @@ if(curl) {
     /* ... */
     curl_free(decoded);
   }
+  curl_easy_cleanup(curl);
 }
 .fi
 .SH AVAILABILITY