diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-14 15:16:03 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-14 15:16:03 +0100 |
commit | 9c50b88a5dcd838834a8b4b835e1ffd392662c14 (patch) | |
tree | 9eff8f64c88dd97c23c98c1c4693249e4594a70e /suppressions.lsan | |
parent | 78bee3c86ff54331405e4b5ae7f849030b11a7d6 (diff) | |
download | sink-9c50b88a5dcd838834a8b4b835e1ffd392662c14.tar.gz sink-9c50b88a5dcd838834a8b4b835e1ffd392662c14.zip |
lsan suppressions
Diffstat (limited to 'suppressions.lsan')
-rw-r--r-- | suppressions.lsan | 8 |
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 | |||
6 | leak:ResourceAccess | 6 | leak: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 |
8 | leak:qrand | 8 | leak:qrand |
9 | leak:ApplicationDomain::getTypeName | ||
10 | leak:QByteArray::QByteArray(char const*, int) | ||
11 | #static map that is essentially a leak (but it's only in testscode, so not relevant) | ||
12 | leak:TestDummyResourceFacade | ||
13 | leak:QArrayData::allocate | ||
14 | leak:QListData::detach_grow | ||
15 | leak:QArrayData::reallocateUnaligned | ||
16 | leak:QHostAddress::clear | ||