| 3004 | } |
| 3005 | |
| 3006 | void abort_http_object_request(struct http_object_request **freq_p) |
| 3007 | { |
| 3008 | struct http_object_request *freq = *freq_p; |
| 3009 | unlink_or_warn(freq->tmpfile.buf); |
| 3010 | |
| 3011 | release_http_object_request(freq_p); |
| 3012 | } |
| 3013 | |
| 3014 | void release_http_object_request(struct http_object_request **freq_p) |
| 3015 | { |
no test coverage detected