From d88945bc0b913b332377fd99c6f1da3351681f91 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 2 Dec 2009 16:54:17 +0000 Subject: Squash leak. svn path=/trunk/netsurf/; revision=9711 --- content/fetchcache.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/fetchcache.c') diff --git a/content/fetchcache.c b/content/fetchcache.c index 6b3f85905..8643cc1a2 100644 --- a/content/fetchcache.c +++ b/content/fetchcache.c @@ -1191,6 +1191,8 @@ void fetchcache_auth(struct content *c, const char *realm) msg_data.auth_realm = realm; content_broadcast(c, CONTENT_MSG_AUTH, msg_data); + free(referer); + return; } /* Flag we're retry fetching with auth data. Will be used to detect -- cgit v1.2.3