pop_pack(share=false) in end_serialize()

issue #2177
This commit is contained in:
ariza 2020-02-16 17:16:29 -08:00
parent 39fb57c0e4
commit 6585846352
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ struct hb_serialize_context_t
if (packed.length <= 1)
return;
pop_pack ();
pop_pack (false);
resolve_links ();
}