mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-09 12:32:21 +03:00
[project @ 2004-04-10 12:57:17 by jmb]
Remove download contents from the cache svn path=/import/netsurf/; revision=742
This commit is contained in:
parent
e90e01cd49
commit
7218268567
@ -164,6 +164,8 @@ void fetchcache_callback(fetch_msg msg, void *p, char *data, unsigned long size)
|
||||
for (i = 0; params[i]; i++)
|
||||
free(params[i]);
|
||||
free(params);
|
||||
if (c->cache && c->type == CONTENT_OTHER)
|
||||
cache_destroy(c);
|
||||
break;
|
||||
|
||||
case FETCH_DATA:
|
||||
|
Loading…
Reference in New Issue
Block a user