diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-11 09:01:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-11 11:14:24 +0200 |
commit | c600f7566319974323d718773a01082da078ad91 (patch) | |
tree | e817bd983d2a72721bc8a8cdc1567a0bc7d2486a /leak-suppress.txt | |
parent | adfd91d24678053b9a1475ad6985eb1fc548706a (diff) |
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.txt | 8 |
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() |