diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index 47731053d..3505b9cdf 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -1110,6 +1110,7 @@ struct Coverage { inline Iter (const Coverage &c_) { + memset (this, 0, sizeof (*this)); format = c_.u.format; switch (format) {