[serialize] Disable packed_map again

Ugh.  Need to think of something else.
This commit is contained in:
Behdad Esfahbod 2019-04-02 20:20:53 -07:00
parent 31c1a83899
commit 8e4df1a152
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ struct hb_serialize_context_t
objidx = packed.length - 1;
if (0) // XXX Ouch. Our hashmap becomes invalid if packed resizes!
packed_map.set (key, objidx);
return objidx;