[Libreoffice-commits] core.git: leak-suppress.txt
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Mar 12 13:03:04 UTC 2016
leak-suppress.txt | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit bb472d035b0329e1efcc03c2b4a2d7651c55b452
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Mar 12 03:35:06 2016 +0100
we knowingly leak that during the unit tests
Change-Id: I89da499ee654b0803c3485227641e4d97db8ec60
Reviewed-on: https://gerrit.libreoffice.org/23171
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/leak-suppress.txt b/leak-suppress.txt
index b4fb50a..a951971 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
More information about the Libreoffice-commits
mailing list