curl_easy_unescape.3: call curl_easy_cleanup in example

Closes #8097
This commit is contained in:
Jun Tseng 2021-12-06 12:38:24 +08:00 committed by Daniel Stenberg
parent a42f60d94f
commit a6e2643433
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -59,6 +59,7 @@ if(curl) {
/* ... */
curl_free(decoded);
}
curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY