[serialize] Disable packed_map again
Ugh. Need to think of something else.
This commit is contained in:
parent
31c1a83899
commit
8e4df1a152
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue