2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # Use via environment variable LSAN_OPTIONS=.../leak-suppress.txt
12 leak:cppu/source/typelib/typelib.cxx
14 # uno component context
15 leak:cppu::defaultBootstrap_InitialComponentContext
18 leak:SfxFilterContainer::ReadSingleFilter_Impl
20 # build-time tool soltools/cpp:
21 leak:soltools/cpp/_cpp.c
23 # bridge's RTTI information, leaked knowingly
26 # ignore glib reported leaks, most likely false positives
27 # glib not built with asan/lsan
30 # ignore gdk reported leaks, most likely false positives
31 # gdk not built with asan/lsan
34 # ignore fontconfig reported leaks, most likely false positives
35 # fontconfig not built with asan/lsan
38 # ignore libGL related leaks, most likely false positives
39 # libGL is not built with asan/lsan
42 # knowingly leaked in the unit tests to get a SfxMedium
43 leak:SfxObjectShell::DoInitUnitTest
45 # ignore some libc related leaks