diff options
-rw-r--r-- | leak-suppress.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt index acc9a9416021..b4fb50a568df 100644 --- a/leak-suppress.txt +++ b/leak-suppress.txt @@ -30,6 +30,10 @@ leak:RTTI::getRTTI # glib not built with asan/lsan leak:libglib +# ignore gdk reported leaks, most likely false positives +# gdk not built with asan/lsan +leak:libgdk + # ignore fontconfig reported leaks, most likely false positives # fontconfig not built with asan/lsan leak:libfontconfig.so |