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