summaryrefslogtreecommitdiff
path: root/content/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/cache.c')
-rw-r--r--content/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/cache.c b/content/cache.c
index 7fab30352..5e95f4c6e 100644
--- a/content/cache.c
+++ b/content/cache.c
@@ -194,6 +194,7 @@ void cache_destroy(struct content * content)
e->prev->next = e->next;
e->next->prev = e->prev;
xfree(e);
+ content->cache = 0;
}