[map] Shuffle fini code

This commit is contained in:
Behdad Esfahbod 2019-03-30 18:44:01 -07:00
parent e6b78003ef
commit 10f062234e
1 changed files with 1 additions and 1 deletions

View File

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