GIT_SILENT: add sanitizers.supp so we can suppress some leak generated by some lib (as libfontconfig)
parent
cba8dde7af
commit
471b3581a8
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
# Suppression file for ASAN/LSAN |
||||
|
||||
leak:libspeechd |
||||
leak:getdelim |
||||
leak:g_malloc |
||||
leak:libfontconfig |
||||
leak:libdbus |
||||
leak:QEasingCurve:: |
||||
leak:QtSharedPointer::ExternalRefCountData::getAndRef |
||||
leak:QArrayData::allocate |
||||
leak:QObject::QObject |
||||
leak:QObjectPrivate::addConnection |
||||
leak:QObjectPrivate::connectImpl |
||||
leak:QPropertyAnimation::QPropertyAnimation |
||||
Loading…
Reference in new issue