summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-26 13:43:34 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-26 13:43:34 +0000
commit8435195ea445cf0f395cd569e4ef4810ae126a1b (patch)
tree5270cff4f9a7ca5dbf0fe4556a86044594581976 /content
parent460648872f36991a76c46b993796e5f35e5052ae (diff)
downloadnetsurf-8435195ea445cf0f395cd569e4ef4810ae126a1b.tar.gz
netsurf-8435195ea445cf0f395cd569e4ef4810ae126a1b.tar.bz2
Remember to free host, now it's not kept for anything.
svn path=/trunk/netsurf/; revision=12886
Diffstat (limited to 'content')
-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. */