Browse Source

Backport from xs.

default 2 years ago
parent
commit
acc2bb1549
1 changed files with 2 additions and 0 deletions
  1. 2 0
      xs_curl.h

+ 2 - 0
xs_curl.h

@@ -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;