| 34 | } |
| 35 | curl_formfree(this->form_post); |
| 36 | struct curl_httppost *old_head = form.form_post; |
| 37 | while (old_head != nullptr) { |
| 38 | if (this->form_post == nullptr) { |
| 39 | this->is_null(this->last_ptr = this->form_post = |
nothing calls this directly
no outgoing calls
no test coverage detected