[subset/hdmx] Don't clear memory unnecessarily

pull/4264/head
Behdad Esfahbod 1 year ago
parent e263c3ccbb
commit a3f7ed709b
  1. 2
      src/hb-ot-hdmx-table.hh

@ -52,7 +52,7 @@ struct DeviceRecord
unsigned length = it.len ();
if (unlikely (!c->extend (this, length))) return_trace (false);
if (unlikely (!c->extend_size (this, get_size (length), false))) return_trace (false);
this->pixelSize = pixelSize;
this->maxWidth =

Loading…
Cancel
Save