diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-08-26 13:31:41 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-08-26 13:34:06 +0200 |
commit | 2a93ed09240c6e9871593641dabbb7502af87986 (patch) | |
tree | c23ad00133a1e1aeeb5e5b8af86d078b9ba987ad /leak-suppress.txt | |
parent | cf884b5c4e31aeb7d2393a3efabcd4abda58a8e1 (diff) |
also add libgdk to suppressed leaks
Change-Id: I2a276a6932ea1a36323f4c117e6caabaff9f0168
Diffstat (limited to 'leak-suppress.txt')
-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 |