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