[post] Initialize variables
This commit is contained in:
parent
cab943a015
commit
773cf4fdd3
|
@ -252,9 +252,9 @@ struct post
|
||||||
|
|
||||||
private:
|
private:
|
||||||
uint32_t version;
|
uint32_t version;
|
||||||
const Array16Of<HBUINT16> *glyphNameIndex;
|
const Array16Of<HBUINT16> *glyphNameIndex = nullptr;
|
||||||
hb_vector_t<uint32_t> index_to_offset;
|
hb_vector_t<uint32_t> index_to_offset;
|
||||||
const uint8_t *pool;
|
const uint8_t *pool = nullptr;
|
||||||
hb_atomic_ptr_t<uint16_t *> gids_sorted_by_name;
|
hb_atomic_ptr_t<uint16_t *> gids_sorted_by_name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue