summaryrefslogtreecommitdiff
path: root/content/hlcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.c')
-rw-r--r--content/hlcache.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/hlcache.c b/content/hlcache.c
index 6d4c3ea48..b31b0d4d8 100644
--- a/content/hlcache.c
+++ b/content/hlcache.c
@@ -378,6 +378,10 @@ void hlcache_clean(void)
if (entry->content == NULL)
continue;
+ if (content__get_status(entry->content) ==
+ CONTENT_STATUS_LOADING)
+ continue;
+
if (content_count_users(entry->content) != 0)
continue;