Resolves tdf#72152: respect page orientation of Calc files in recent docs
[LibreOffice.git] / leak-suppress.txt
blobb4fb50a568dfbd579605a95f3ffdd4cccaf1bff2
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
11 # uno typelib
12 leak:cppu/source/typelib/typelib.cxx
14 # uno component context
15 leak:cppu::defaultBootstrap_InitialComponentContext
17 # global objects
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
27 leak:RTTI::getRTTI
29 # ignore glib reported leaks, most likely false positives
30 # glib not built with asan/lsan
31 leak:libglib
33 # ignore gdk reported leaks, most likely false positives
34 # gdk not built with asan/lsan
35 leak:libgdk
37 # ignore fontconfig reported leaks, most likely false positives
38 # fontconfig not built with asan/lsan
39 leak:libfontconfig.so
41 # ignore libGL related leaks, most likely false positives
42 # libGL is not built with asan/lsan
43 leak:libGL.so