diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-08-26 13:09:25 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-08-26 13:34:05 +0200 |
commit | cf884b5c4e31aeb7d2393a3efabcd4abda58a8e1 (patch) | |
tree | 915035e929a3f932c1448ea4032c1756d6de2b7a | |
parent | 6b50f11fafad9b934bef24259ebf90fbfb1d0a30 (diff) |
add external libs to the suppression file
These are not built with Asan/Lsan and therefore are most likely false
positives.
Change-Id: I76ae7e4d023ab6401a34b61dbc9a05bc75327253
-rw-r--r-- | leak-suppress.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt index 5c04b7c4773f..acc9a9416021 100644 --- a/leak-suppress.txt +++ b/leak-suppress.txt @@ -25,3 +25,15 @@ leak:ResMgr::CreateResMgr # bridge's RTTI information, leaked knowingly leak:RTTI::getRTTI + +# ignore glib reported leaks, most likely false positives +# glib not built with asan/lsan +leak:libglib + +# ignore fontconfig reported leaks, most likely false positives +# fontconfig not built with asan/lsan +leak:libfontconfig.so + +# ignore libGL related leaks, most likely false positives +# libGL is not built with asan/lsan +leak:libGL.so |