curl_easy_escape.3: call curl_easy_cleanup in example

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

View File

@ -58,6 +58,7 @@ if(curl) {
printf("Encoded: %s\\n", output);
curl_free(output);
}
curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY