From 471b3581a84ceb13e0cef56f636d3e78f8ee1118 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 2 Mar 2021 07:46:13 +0100 Subject: [PATCH] GIT_SILENT: add sanitizers.supp so we can suppress some leak generated by some lib (as libfontconfig) --- sanitizers.supp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sanitizers.supp diff --git a/sanitizers.supp b/sanitizers.supp new file mode 100644 index 0000000..6d35288 --- /dev/null +++ b/sanitizers.supp @@ -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