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

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Fri May 21 11:45:59 UTC 2021


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

New commits:
commit 0d0e6123db5f73aff1b203224609148b37194b71
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri May 21 11:17:10 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri May 21 13:45:19 2021 +0200

    suppress more leaks in external libraries
    
    Change-Id: Ia69ce6a7be9f995dc919b91e4a3a56375e1c4c96
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115908
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/leak-suppress.txt b/leak-suppress.txt
index 322ac9014795..e450b452b8e0 100644
--- a/leak-suppress.txt
+++ b/leak-suppress.txt
@@ -66,3 +66,10 @@ leak:Firebird::
 # these appears to be some kind of ref-counting cycle
 leak:SbiRuntime::
 leak:SbModule::
+
+# LibXML leaks a couple of objects
+leak:libxml2.so
+
+# LibCoin leaks a little
+leak:coinComputeIntVariables
+leak:CoinMessages::operator=(CoinMessages const&)


More information about the Libreoffice-commits mailing list