From 8435195ea445cf0f395cd569e4ef4810ae126a1b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 26 Sep 2011 13:43:34 +0000 Subject: Remember to free host, now it's not kept for anything. svn path=/trunk/netsurf/; revision=12886 --- content/fetch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content') 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. */ -- cgit v1.2.3