blob: 0574013b756360c2910a70c130522a75988223ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
leak:mdb_env_open
leak:mdb_dbi_open
#Catch everything from lmdb and libQt5Network for now
leak:liblmdb.so
leak:libQt5Network.so
#There seems to be a tiny leak in qrand that we can't do anything about
leak:qrand
leak:ApplicationDomain::getTypeName
leak:QByteArray::QByteArray(char const*, int)
#static map that is essentially a leak (but it's only in testscode, so not relevant)
leak:TestDummyResourceFacade
leak:QArrayData::allocate
leak:QListData::detach_grow
leak:QArrayData::reallocateUnaligned
leak:QHostAddress::clear
leak:QObject::startTimer
#Often connections show up as tiny leaks
leak:QMetaObject::Connection
leak:QObjectPrivate::addConnection
|