summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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