diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-07 15:44:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-07 19:28:07 +0200 |
commit | ca21e8618f446733ab5d046178ebb47c2d204840 (patch) | |
tree | 71e7d4c1aee8f21e5f7c893aaa5f9c984d18d4c6 /leak-suppress.txt | |
parent | 4c016865f9ea78813d5cde84a4d214b34f2f1dd9 (diff) |
ignore leaks in idlc
which seems to be leaking deliberately and we don't really care
about leaks in this tool
Change-Id: I6b6630fb64f905037efc043ea81c5cdc5a3207a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93644
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 6f00829c78ca..e3700295304d 100644 --- a/leak-suppress.txt +++ b/leak-suppress.txt @@ -51,3 +51,6 @@ leak:_PyMem_RawMalloc # ignore leak in gpgmepp external library leak:mkdefsinc + +# idlc deliberately leaks +leak:idlc/source/idlcmain.cxx |