[Libreoffice-commits] core.git: leak-suppress.txt
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 26 07:53:49 UTC 2021
leak-suppress.txt | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit c37d81ac2765e14f1dfc6124082ed62909422c31
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed May 26 08:58:54 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed May 26 09:53:11 2021 +0200
supress leak checking in JavaVM
Change-Id: I82cb41518524949bbd578778724b92d9ebcecad4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116139
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/leak-suppress.txt b/leak-suppress.txt
index e450b452b8e0..5d01e504d60b 100644
--- a/leak-suppress.txt
+++ b/leak-suppress.txt
@@ -73,3 +73,6 @@ leak:libxml2.so
# LibCoin leaks a little
leak:coinComputeIntVariables
leak:CoinMessages::operator=(CoinMessages const&)
+
+# ignore the in-process Java VM
+leak:libjvm
More information about the Libreoffice-commits
mailing list