source: tags/ms_r16q2/SOURCE_TOOLS/arb.leaksan.supp

Last change on this file was 13750, checked in by westram, 9 years ago
  • stuff/suppress some leaks in ARB_DIST
File size: 843 bytes
Line 
1# list of known leaks (suppressed by LeakSanitizer)
2# see also valgrind suppressions in arb.supp
3#
4# the number of leaks shown may be defined at ../Makefile@LSAN_OPTIONS
5#
6# Note: better use valgrind to detect leaks (fainer grained suppression possible there)
7
8leak:illegal_alidata_composition
9leak:test_opendb
10leak:test_another_shell
11
12# ------------------------------
13# callback data
14leak:AWT_insert_config_manager
15leak:awt_create_ALI_selection_list
16leak:awt_create_TREE_selection_list
17
18# ------------------------------
19# WINDOW system leaks
20
21leak:XQueryTree
22
23leak:AW_window::create_mode
24leak:AW_window::create_option_menu
25leak:AW_window::create_toggle
26leak:AW_window::create_text_toggle
27leak:AW_window::help_text
28leak:AW_window::insert_option_internal
29
30leak:AW_preset_create_color_chooser
31leak:DI_create_view_matrix_window
32leak:AW_manage_GC
Note: See TracBrowser for help on using the repository browser.