diff options
Diffstat (limited to 'http.c')
-rw-r--r-- | http.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1082,7 +1082,6 @@ struct http_pack_request *new_http_pack_request( return preq; abort: - free(filename); free(preq->url); free(preq); return NULL; |