summaryrefslogtreecommitdiffstats
path: root/leak-suppress.txt
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-26 08:58:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-26 09:53:11 +0200
commitc37d81ac2765e14f1dfc6124082ed62909422c31 (patch)
treeb651b4db040d4774873eac57cfd5380a592a64a1 /leak-suppress.txt
parentofz#34602 missing a component (diff)
downloadcore-c37d81ac2765e14f1dfc6124082ed62909422c31.tar.gz
core-c37d81ac2765e14f1dfc6124082ed62909422c31.zip
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@collabora.co.uk>
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r--leak-suppress.txt3
1 files changed, 3 insertions, 0 deletions
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