Hi all, El 10/4/24 a las 15:32, Lorenzo Bianconi escribió:
+ headers = curl_slist_append(headers, "charset: utf-8");
After building the headers with curl_slist_append() and sending the message with curl_easy_perform(), you must free them with curl_slist_free_all() or the memory will be leaked. See:
- https://curl.se/libcurl/c/curl_slist_append.html - https://curl.se/libcurl/c/curl_slist_free_all.html Regards, Jesús _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap