diff options
-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 | ||