[map] Shuffle fini code

This commit is contained in:
Behdad Esfahbod 2019-03-30 18:44:01 -07:00
parent e6b78003ef
commit 10f062234e

View File

@ -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 ();
}