[map] Shuffle fini code
This commit is contained in:
parent
e6b78003ef
commit
10f062234e
@ -88,10 +88,10 @@ struct hb_hashmap_t
|
||||
{
|
||||
free (items);
|
||||
items = nullptr;
|
||||
population = occupancy = 0;
|
||||
}
|
||||
void fini ()
|
||||
{
|
||||
population = occupancy = 0;
|
||||
hb_object_fini (this);
|
||||
fini_shallow ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user