Ignore leak from atk_bridge_adaptor_init() when using ASAN
There doesn't seem to be any way to avoid calling it or freeing (multiple) memory blocks allocated by it.
This commit is contained in:
@@ -8,3 +8,7 @@ leak:FcLangSetCreate
|
||||
leak:FcPatternObjectInsertElt
|
||||
leak:FcValueListCreate
|
||||
leak:FcValueSave
|
||||
|
||||
# This leak happens during GTK initialization. Requires debug symbols for
|
||||
# libatk-bridge2.0.
|
||||
leak:atk_bridge_adaptor_init
|
||||
|
Reference in New Issue
Block a user