summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Tseng <junzeng@opencpu.com>2021-12-06 12:38:24 +0800
committerDaniel Stenberg <daniel@haxx.se>2021-12-06 07:50:37 +0100
commita6e2643433565abf17a2e3edda184aa1a99690ac (patch)
tree26f9fc24be9a813eaf43843aa5d9360eda58c7db
parenta42f60d94ffbfa97898dec4666d9d323656201c9 (diff)
downloadcurl-a6e2643433565abf17a2e3edda184aa1a99690ac.tar.gz
curl_easy_unescape.3: call curl_easy_cleanup in example
Closes #8097
-rw-r--r--docs/libcurl/curl_easy_unescape.31
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_unescape.3 b/docs/libcurl/curl_easy_unescape.3
index 92500b896..68cf6ee8c 100644
--- a/docs/libcurl/curl_easy_unescape.3
+++ b/docs/libcurl/curl_easy_unescape.3
@@ -59,6 +59,7 @@ if(curl) {
/* ... */
curl_free(decoded);
}
+ curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY