mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Backport from xs.
This commit is contained in:
parent
003da7fec7
commit
acc2bb1549
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ d_char *xs_http_request(char *method, char *url, d_char *headers,
|
|||
|
||||
curl_easy_cleanup(curl);
|
||||
|
||||
curl_slist_free_all(list);
|
||||
|
||||
if (status != NULL)
|
||||
*status = (int) lstatus;
|
||||
|
||||
|
|
Loading…
Reference in a new issue