diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index 47731053d48bfa3adb1ae07e1d0283e358a99cce..3505b9cdfc4fcbe866adf634bc3640b5f8620e09 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) {