summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/llcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/llcache.c b/content/llcache.c
index 171ae15fc..938f1e8f6 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -1185,6 +1185,7 @@ static nserror llcache_object_add_user(llcache_object *object,
{
assert(user->next == NULL);
assert(user->prev == NULL);
+ assert(user->handle != NULL);
user->handle->object = object;