diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-21 11:17:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-21 13:45:19 +0200 |
commit | 0d0e6123db5f73aff1b203224609148b37194b71 (patch) | |
tree | fb34e85d53b5639961438ca7be7dbc8f921fc5b6 /leak-suppress.txt | |
parent | 0820a4c7ac12e6fc2cc683f8a07c99a11d40e30e (diff) |
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@collabora.co.uk>
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r-- | leak-suppress.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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&) |