[Libreoffice-commits] dev-tools.git: leak-sanitizer/leak-suppress.txt

Markus Mohrhard markus.mohrhard at googlemail.com
Sat May 10 12:09:24 PDT 2014


 leak-sanitizer/leak-suppress.txt |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 52eb3d9aef098d7376da89f278de505ea4f10ed8
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat May 10 21:04:25 2014 +0200

    initial work on Lsan suppresion file
    
    use with LSAN_OPTIONS=supressions=[path to supression file]

diff --git a/leak-sanitizer/leak-suppress.txt b/leak-sanitizer/leak-suppress.txt
new file mode 100644
index 0000000..c77a719
--- /dev/null
+++ b/leak-sanitizer/leak-suppress.txt
@@ -0,0 +1,6 @@
+
+#uno tepelib
+leak:cppu/source/typelib/typelib.cxx
+
+# global objects
+leak:SfxFilterContainer::ReadSingleFilter_Impl


More information about the Libreoffice-commits mailing list