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 # resource managers, normally global objects
24 leak:ResMgr::CreateResMgr
26 # bridge's RTTI information, leaked knowingly
29 # ignore glib reported leaks, most likely false positives
30 # glib not built with asan/lsan
33 # ignore gdk reported leaks, most likely false positives
34 # gdk not built with asan/lsan
37 # ignore fontconfig reported leaks, most likely false positives
38 # fontconfig not built with asan/lsan
41 # ignore libGL related leaks, most likely false positives
42 # libGL is not built with asan/lsan