mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-15 11:32:58 +03:00
Squash leak.
svn path=/trunk/netsurf/; revision=9711
This commit is contained in:
parent
dea67b984a
commit
d88945bc0b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user