~vcs-imports/network-manager/trunk

6306 by Dan Williams
valgrind: add common suppressions
1
{
2
  NSS_NoDB_Init
3
  Memcheck:Leak
4
  ...
5
  fun:NSS_NoDB_Init
6
  ...
7
}
8
{
9
  g_type_init_with_debug_flags
10
  Memcheck:Leak
11
  ...
12
  fun:g_type_init_with_debug_flags
13
  ...
14
}
15
{
16
  g_type_register_static
17
  Memcheck:Leak
18
  ...
19
  fun:g_type_register_static
20
  ...
21
}
22
{
23
  g_param_spec_boxed
24
  Memcheck:Leak
25
  ...
26
  fun:g_param_spec_boxed
27
  ...
28
}
29
{
30
  g_type_add_interface_static
31
  Memcheck:Leak
32
  ...
33
  fun:g_type_add_interface_static
34
  ...
35
}
36
{
37
  g_signal_type_cclosure_new
38
  Memcheck:Leak
6501 by Dan Williams
valgrind: suppressions update
39
  ...
6306 by Dan Williams
valgrind: add common suppressions
40
  fun:g_malloc0
41
  fun:g_closure_new_simple
42
  fun:g_signal_type_cclosure_new
43
  fun:g_signal_new
44
  ...
45
}
46
{
47
   dbus_g_value_types_init
48
   Memcheck:Leak
49
   fun:realloc
50
   fun:g_realloc
51
   fun:g_type_set_qdata
52
   fun:_dbus_g_value_types_init
53
   fun:dbus_g_bus_get
54
   ...
55
}
56
{
57
   type_iface_vtable_base_init_Wm
58
   Memcheck:Leak
59
   fun:malloc
60
   fun:g_malloc
61
   fun:g_memdup
62
   fun:type_iface_vtable_base_init_Wm
63
   fun:g_type_class_ref
64
   ...
65
}
66
{
67
   g_type_create_instance
68
   Memcheck:Leak
69
   fun:malloc
70
   fun:g_malloc
71
   fun:g_slice_alloc
72
   fun:g_slice_alloc0
73
   fun:g_type_create_instance
74
   fun:g_object_constructor
75
   ...
76
}
6407 by Pavel Šimerda
platform: link management
77
{
78
   g_signal_new_class_handler
79
   Memcheck:Leak
80
   ...
81
   fun:g_closure_new_simple
82
   fun:g_cclosure_new
83
   fun:g_signal_new_class_handler
84
   ...
85
}
86