1curl_url_cleanup(3) libcurl Manual curl_url_cleanup(3)
2
3
4
6 curl_url_cleanup - free a CURLU handle
7
9 #include <curl/curl.h>
10
11 void curl_url_cleanup(CURLU *handle);
12
14 Frees all the resources associated with the given CURLU handle!
15
17 CURLU *url = curl_url();
18 curl_url_set(url, CURLUPART_URL, "https://example.com", 0);
19 curl_url_cleanup(url);
20
22 Added in 7.62.0
23
25 none
26
28 curl_url_dup(3), curl_url(3), curl_url_set(3), curl_url_get(3), CUR‐
29 LOPT_CURLU(3),
30
31
32
33libcurl 7.85.0 May 17, 2022 curl_url_cleanup(3)