summaryrefslogtreecommitdiff
path: root/leak-suppress.txt
blob: e9a01fd83e562345c5568fd0a09d1b313bcfe926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

# Use via environment variable LSAN_OPTIONS=.../leak-suppress.txt

# uno typelib
leak:cppu/source/typelib/typelib.cxx

# uno component context
leak:cppu::defaultBootstrap_InitialComponentContext

# global objects
leak:SfxFilterContainer::ReadSingleFilter_Impl

# build-time tool soltools/cpp:
leak:soltools/cpp/_cpp.c

# bridge's RTTI information, leaked knowingly
leak:RTTI::getRTTI

# ignore glib reported leaks, most likely false positives
# glib not built with asan/lsan
leak:libglib

# ignore gdk reported leaks, most likely false positives
# gdk not built with asan/lsan
leak:libgdk

# ignore fontconfig reported leaks, most likely false positives
# fontconfig not built with asan/lsan
leak:libfontconfig.so

# ignore libGL related leaks, most likely false positives
# libGL is not built with asan/lsan
leak:libGL.so

# knowingly leaked in the unit tests to get a SfxMedium
leak:SfxObjectShell::DoInitUnitTest

# ignore some libc related leaks
leak:__new_exitfn
leak:__GI___strdup
2015-11-20 09:33:02 +0100'>2015-11-20Remove redundant toolbar:style definitionsSamuel Mehrbrodt 2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt 2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt 2015-06-02tdf#91783 - Reverse the toggle behaviour of .uno:Graphic ChangePhilippe Jung 2015-05-05tdf#34555 add crop features to swPhilippe Jung 2015-01-14Use the same advanced Ellipse and Rectangle shapes in writer as drawCaolán McNamara 2014-11-27sw: Swap Zoom In and Zoom out in the preview toolbars.Jan Holesovsky 2014-11-25fdo#84848 enable 'save as' button in toolbarYousuf Philips 2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips 2014-09-05Related: fdo#73151 bring DesignerDialog separator back tooThomas Arnhold 2014-09-03Related: fdo#73151 bring DesignerDialog back as invisible buttonThomas Arnhold 2014-09-03Hide some toolbar buttons in Writer by defaultSamuel Mehrbrodt 2014-08-31fdo#80538 Add (hidden) edit icons to the toolbar againSamuel Mehrbrodt 2014-08-29fdo#80538 Show an infobar when document is in read-only modeSamuel Mehrbrodt 2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt 2014-07-21fdo#80651 - Add 'Single Page' button to Page Preview ToolbarJoren De Cuyper 2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky 2014-05-14Keep only one class for toolbox color controlsMaxim Monastirsky 2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks 2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks 2014-01-30Add Increase/Decrease font functionality to drawing objectsMaxim Monastirsky 2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky 2013-05-27Make .uno:Open a drop-down toolbar itemAriel Constenla-Haile 2013-05-11fdo#34423 Add Rotate Left/Right to toolbar and menubar.Tomaž Vajngerl 2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks 2012-11-30re-base on ALv2 code. Includes:Michael Meeks