[subset-cff] Tweak another storage allocation
This commit is contained in:
parent
85e8f2b53f
commit
1119e60296
|
@ -486,7 +486,7 @@ struct subr_subset_param_t
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (!parsed_str->is_parsed ())
|
if (!parsed_str->is_parsed ())
|
||||||
parsed_str->alloc (env.str_ref.total_size () / 2);
|
parsed_str->alloc (env.str_ref.total_size ());
|
||||||
current_parsed_str = parsed_str;
|
current_parsed_str = parsed_str;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue