summaryrefslogtreecommitdiff
path: root/content/hlcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.c')
-rw-r--r--content/hlcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/hlcache.c b/content/hlcache.c
index 23fb79562..e7c4cd84d 100644
--- a/content/hlcache.c
+++ b/content/hlcache.c
@@ -143,7 +143,7 @@ static void hlcache_clean(void *ignored)
}
/* Attempt to clean the llcache */
- llcache_clean();
+ llcache_clean(false);
/* Re-schedule ourselves */
guit->browser->schedule(hlcache->params.bg_clean_time, hlcache_clean, NULL);