summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-14 15:16:03 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-14 15:16:03 +0100
commit9c50b88a5dcd838834a8b4b835e1ffd392662c14 (patch)
tree9eff8f64c88dd97c23c98c1c4693249e4594a70e
parent78bee3c86ff54331405e4b5ae7f849030b11a7d6 (diff)
downloadsink-9c50b88a5dcd838834a8b4b835e1ffd392662c14.tar.gz
sink-9c50b88a5dcd838834a8b4b835e1ffd392662c14.zip
lsan suppressions
-rw-r--r--suppressions.lsan8
1 files changed, 8 insertions, 0 deletions
diff --git a/suppressions.lsan b/suppressions.lsan
index 44a0d12..cb7c857 100644
--- a/suppressions.lsan
+++ b/suppressions.lsan
@@ -6,3 +6,11 @@ leak:liblmdb.so
6leak:ResourceAccess 6leak:ResourceAccess
7#There seems to be a tiny leak in qrand that we can't do anything about 7#There seems to be a tiny leak in qrand that we can't do anything about
8leak:qrand 8leak:qrand
9leak:ApplicationDomain::getTypeName
10leak:QByteArray::QByteArray(char const*, int)
11#static map that is essentially a leak (but it's only in testscode, so not relevant)
12leak:TestDummyResourceFacade
13leak:QArrayData::allocate
14leak:QListData::detach_grow
15leak:QArrayData::reallocateUnaligned
16leak:QHostAddress::clear