Loading lib/sendf.c +46 −47 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ struct curl_slist *curl_slist_append(struct curl_slist *list, new_item->next = NULL; new_item->data = strdup(data); } else { if (new_item == NULL || new_item->data == NULL) { fprintf(stderr, "Cannot allocate memory for QUOTE list.\n"); return NULL; } Loading Loading @@ -128,7 +128,6 @@ void curl_slist_free_all(struct curl_slist *list) } while (next); } /* Curl_infof() is for info message along the way */ void Curl_infof(struct SessionHandle *data, const char *fmt, ...) Loading Loading
lib/sendf.c +46 −47 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ struct curl_slist *curl_slist_append(struct curl_slist *list, new_item->next = NULL; new_item->data = strdup(data); } else { if (new_item == NULL || new_item->data == NULL) { fprintf(stderr, "Cannot allocate memory for QUOTE list.\n"); return NULL; } Loading Loading @@ -128,7 +128,6 @@ void curl_slist_free_all(struct curl_slist *list) } while (next); } /* Curl_infof() is for info message along the way */ void Curl_infof(struct SessionHandle *data, const char *fmt, ...) Loading