sparse_set: set the free list to tombstone rather than null within ::clear

This commit is contained in:
Michele Caini
2022-01-28 15:53:36 +01:00
parent a74f0ca370
commit 44ae0d67f6

View File

@@ -910,7 +910,7 @@ public:
}
}
free_list = null;
free_list = tombstone;
packed.clear();
}