diff --git a/src/hb-vector.hh b/src/hb-vector.hh index 708fd48f9..8696003e9 100644 --- a/src/hb-vector.hh +++ b/src/hb-vector.hh @@ -116,7 +116,7 @@ struct hb_vector_t hb_vector_t& operator = (const hb_vector_t &o) { reset (); - alloc (o.length); + alloc (o.length, true); if (unlikely (in_error ())) return *this; copy_vector (o);