[avar] Minor move code around

This commit is contained in:
Behdad Esfahbod 2022-08-02 12:56:06 -06:00
parent 826639fab2
commit ee18ae3b76
1 changed files with 2 additions and 3 deletions

View File

@ -206,11 +206,10 @@ struct avar
v = hb_clamp (v, -(1<<14), +(1<<14));
out.push (v);
}
OT::VariationStore::destroy_cache (var_store_cache);
for (unsigned i = 0; i < coords_length; i++)
coords[i] = out[i];
OT::VariationStore::destroy_cache (var_store_cache);
#endif
}