diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-10 15:29:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-10 18:16:31 +0200 |
commit | 06ae35e5e26bf5054598e002cfc6639d844346ab (patch) | |
tree | 92d5157d97dee2173aad9bf2b6b877e76e1c722f /leak-suppress.txt | |
parent | eabdf3bfce20513b3650766836f7d141fa088bfd (diff) |
update leak-suppress
with some CPPUNIT stuff that is being deliberately leaked
Change-Id: I7e3e3090877394f05e5bc9f270c456de7e7c57f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115333
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r-- | leak-suppress.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt index e3700295304d..e153d0c8e036 100644 --- a/leak-suppress.txt +++ b/leak-suppress.txt @@ -54,3 +54,6 @@ leak:mkdefsinc # idlc deliberately leaks leak:idlc/source/idlcmain.cxx + +# deliberate leak in cppunit +leak:sal/cppunittester/cppunittester.cxx |