[Libreoffice-commits] core.git: leak-suppress.txt

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Tue May 11 09:15:14 UTC 2021


 leak-suppress.txt |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit c600f7566319974323d718773a01082da078ad91
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue May 11 09:01:45 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue May 11 11:14:24 2021 +0200

    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 at collabora.co.uk>

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()


More information about the Libreoffice-commits mailing list