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 коммит произвёл Daniel Stenberg
Родитель a42f60d94f
Коммит a6e2643433
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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