[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:
John Mark Bell 2004-04-10 12:57:17 +00:00
parent e90e01cd49
commit 7218268567

View File

@ -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: