[subset-cff] Tweak another storage allocation

This commit is contained in:
Behdad Esfahbod 2023-01-01 18:31:32 -07:00
parent 85e8f2b53f
commit 1119e60296
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }
} }