aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-06-12 10:26:08 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-06-15 09:01:32 +0000
commit7e68a424c6a0abda79d5a675b798b3406d26209f (patch)
treef4c021c01587f9b8250be9db929139b4da29af95 /scripts
parentb64a5569258a8b2ea66cd8ea9fe18811c6649156 (diff)
Suppress leaks from QThreadPrivate()
It looks like there's a leak in Qt code - the QThreadData object is leaking in some obscure cases (or the bug in Qbs is too tricky to be spotted in reasonable time), so suppress those leaks for now. Note that QArrayData::allocate leaks from the posted event list object which is stored in QThreadData too, so this is the same leak. Change-Id: I64a2cce1746ce5565dc79b5a142c7c146e1a7391 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/address-sanitizer-suppressions.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/address-sanitizer-suppressions.txt b/scripts/address-sanitizer-suppressions.txt
index 9381cc58e..f3e1980b1 100644
--- a/scripts/address-sanitizer-suppressions.txt
+++ b/scripts/address-sanitizer-suppressions.txt
@@ -1 +1,3 @@
leak:libQt5Script.so.5
+leak:QThreadPrivate::QThreadPrivate
+leak:QArrayData::allocate