Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / leak-suppress.txt
blobe3700295304d493ca976f2aba9b3a9af6e28d2eb
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=suppressions=.../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 # bridge's RTTI information, leaked knowingly
24 leak:RTTI::getRTTI
26 # ignore glib reported leaks, most likely false positives
27 # glib not built with asan/lsan
28 leak:libglib
30 # ignore gdk reported leaks, most likely false positives
31 # gdk not built with asan/lsan
32 leak:libgdk
34 # ignore fontconfig reported leaks, most likely false positives
35 # fontconfig not built with asan/lsan
36 leak:libfontconfig.so
38 # ignore libGL related leaks, most likely false positives
39 # libGL is not built with asan/lsan
40 leak:libGL.so
42 # knowingly leaked in the unit tests to get a SfxMedium
43 leak:SfxObjectShell::DoInitUnitTest
45 # ignore some libc related leaks
46 leak:__new_exitfn
47 leak:__GI___strdup
49 # ignore python leaks
50 leak:_PyMem_RawMalloc
52 # ignore leak in gpgmepp external library
53 leak:mkdefsinc
55 # idlc deliberately leaks
56 leak:idlc/source/idlcmain.cxx