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

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Tue May 5 07:33:40 UTC 2020


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

New commits:
commit 988c5d8976536ebb87c9470e48650d90bcc27389
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue May 5 08:32:33 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue May 5 09:33:06 2020 +0200

    add some leak suppressions
    
    Change-Id: Ie004a2fd3b5f2654541b0bcec0d4d7dae312598f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93451
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/leak-suppress.txt b/leak-suppress.txt
index 68ca761de39e..6f00829c78ca 100644
--- a/leak-suppress.txt
+++ b/leak-suppress.txt
@@ -45,3 +45,9 @@ leak:SfxObjectShell::DoInitUnitTest
 # ignore some libc related leaks
 leak:__new_exitfn
 leak:__GI___strdup
+
+# ignore python leaks
+leak:_PyMem_RawMalloc
+
+# ignore leak in gpgmepp external library
+leak:mkdefsinc


More information about the Libreoffice-commits mailing list