diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-30 12:47:33 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-30 12:47:33 +0200 |
commit | 834ac1017469bfa63cd0f9a26e03a90ce4d76f6a (patch) | |
tree | ced14277cc832d731db6f41c196fe4eb02c27f12 /suppressions.lsan | |
parent | 91ddb0e5a1f0e463ce5960d4a2a74e53ee5c581b (diff) | |
download | sink-834ac1017469bfa63cd0f9a26e03a90ce4d76f6a.tar.gz sink-834ac1017469bfa63cd0f9a26e03a90ce4d76f6a.zip |
more slan suppressions
Diffstat (limited to 'suppressions.lsan')
-rw-r--r-- | suppressions.lsan | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/suppressions.lsan b/suppressions.lsan index 9737bd4..0574013 100644 --- a/suppressions.lsan +++ b/suppressions.lsan | |||
@@ -1,7 +1,8 @@ | |||
1 | leak:mdb_env_open | 1 | leak:mdb_env_open |
2 | leak:mdb_dbi_open | 2 | leak:mdb_dbi_open |
3 | #Catch everything from lmdb for now | 3 | #Catch everything from lmdb and libQt5Network for now |
4 | leak:liblmdb.so | 4 | leak:liblmdb.so |
5 | leak:libQt5Network.so | ||
5 | #There seems to be a tiny leak in qrand that we can't do anything about | 6 | #There seems to be a tiny leak in qrand that we can't do anything about |
6 | leak:qrand | 7 | leak:qrand |
7 | leak:ApplicationDomain::getTypeName | 8 | leak:ApplicationDomain::getTypeName |
@@ -12,3 +13,7 @@ leak:QArrayData::allocate | |||
12 | leak:QListData::detach_grow | 13 | leak:QListData::detach_grow |
13 | leak:QArrayData::reallocateUnaligned | 14 | leak:QArrayData::reallocateUnaligned |
14 | leak:QHostAddress::clear | 15 | leak:QHostAddress::clear |
16 | leak:QObject::startTimer | ||
17 | #Often connections show up as tiny leaks | ||
18 | leak:QMetaObject::Connection | ||
19 | leak:QObjectPrivate::addConnection | ||