mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset-cff1] Share subrs object
Multiple FDs might share the same subrs...
This commit is contained in:
parent
c7b998b355
commit
cba82829ba
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ static bool _serialize_cff1 (hb_serialize_context_t *c,
|
|||
if (unlikely (!dest)) return false;
|
||||
c->push ();
|
||||
if (likely (dest && dest->serialize (c, plan.subset_localsubrs[i])))
|
||||
subrs_link = c->pop_pack (false);
|
||||
subrs_link = c->pop_pack ();
|
||||
else
|
||||
{
|
||||
c->pop_discard ();
|
||||
|
|
Loading…
Add table
Reference in a new issue