diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-12 03:35:06 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-12 13:02:36 +0000 |
commit | bb472d035b0329e1efcc03c2b4a2d7651c55b452 (patch) | |
tree | cd15aa817732d2ddc17f684b24c0f6335880b64e | |
parent | 7452a44466607ad9a3c90f801016aa1985397b88 (diff) |
we knowingly leak that during the unit tests
Change-Id: I89da499ee654b0803c3485227641e4d97db8ec60
Reviewed-on: https://gerrit.libreoffice.org/23171
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-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 b4fb50a568df..a951971d8f3d 100644 --- a/leak-suppress.txt +++ b/leak-suppress.txt @@ -41,3 +41,6 @@ leak:libfontconfig.so # ignore libGL related leaks, most likely false positives # libGL is not built with asan/lsan leak:libGL.so + +# knowingly leaked in the unit tests to get a SfxMedium +leak:SfxObjectShell::DoInitUnitTest |