File: valgrind.supp

package info (click to toggle)
balsa 2.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,576 kB
  • sloc: ansic: 99,871; xml: 4,934; makefile: 769; sh: 185; awk: 60; python: 34
file content (32 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (5)
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
# Valgrind suppressions
{
   g_type_register_fundamental
   Memcheck:Leak
   match-leak-kinds:all
   ...
   fun:g_type_register_fundamental
}

{
   g_type_register_static
   Memcheck:Leak
   match-leak-kinds:all
   ...
   fun:g_type_register_static
}

{
   dl_init
   Memcheck:Leak
   match-leak-kinds:all
   ...
   fun:_dl_init
}

{
   g_type_class_ref
   Memcheck:Leak
   match-leak-kinds:all
   ...
   fun:g_type_class_ref
}