summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetch.c b/content/fetch.c
index f4858288e..6cbe49923 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -333,6 +333,7 @@ struct fetch * fetch_start(const char *url, const char *referer,
/* these aren't needed past here */
free(scheme);
+ free(host);
free(ref_scheme);
/* Dump us in the queue and ask the queue to run. */