summaryrefslogtreecommitdiffstats
path: root/leak-suppress.txt
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-11 09:01:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-11 11:14:24 +0200
commitc600f7566319974323d718773a01082da078ad91 (patch)
treee817bd983d2a72721bc8a8cdc1567a0bc7d2486a /leak-suppress.txt
parentfix leak in SalLayoutGlyphs (diff)
downloadcore-c600f7566319974323d718773a01082da078ad91.tar.gz
core-c600f7566319974323d718773a01082da078ad91.zip
suppress some leaks I don't want to deal with
Change-Id: I66d39f3c4500ca75da62f023c80c8fe2851636a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115376 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r--leak-suppress.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt
index e153d0c8e036..c3f372a3095c 100644
--- a/leak-suppress.txt
+++ b/leak-suppress.txt
@@ -57,3 +57,11 @@ leak:idlc/source/idlcmain.cxx
# deliberate leak in cppunit
leak:sal/cppunittester/cppunittester.cxx
+
+# TODO Firebird appears to be leaking like a sieve
+leak:connectivity::firebird::
+leak:Firebird::
+
+# TODO leaks in basic module
+# these appears to be some kind of ref-counting cycle
+leak:MacroSnippet::Compile()