DescriptionSuppress another FontConfig 'leak'.
FontConfig uses offsets for elements instead of pointers, so any value
held by an element goes missing from memory checkers. Previous
suppressions took care of rule copies and adds to elements, but value
lists may be copied as well. When they are, values are copied, including
the content of strings and matricies. Since value lists are effectively
like Fc*Add functions (even calling the same underlying helpers), treat
them as such and suppress any 'leaks' they may cause.
Committed: https://skia.googlesource.com/skia/+/8d9225ba78c05194fdffc05ee8bdd5c15b7367ff
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|