From 10f062234eb7c762a36cf750e75fe6f74ee89a3d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 30 Mar 2019 18:44:01 -0700 Subject: [PATCH] [map] Shuffle fini code --- src/hb-map.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-map.hh b/src/hb-map.hh index a176ccd..f5c9991 100644 --- a/src/hb-map.hh +++ b/src/hb-map.hh @@ -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 (); } -- 2.7.4