summaryrefslogtreecommitdiffhomepage
path: root/src/handle-page.inl
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle-page.inl')
-rw-r--r--src/handle-page.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handle-page.inl b/src/handle-page.inl
index 09d351ac..fbd28043 100644
--- a/src/handle-page.inl
+++ b/src/handle-page.inl
@@ -56,6 +56,7 @@ void Page<Obj, PageSize>::deallocate(Handle<Obj, PageSize> obj)
fm_assert(obj.counter == ctr);
item.next = first_free;
used_count--;
+ used_map.set(index, false);
first_free = obj.index;
}