1{
2   g_type_init_1
3   Memcheck:Leak
4   fun:malloc
5   ...
6   fun:g_type_init_with_debug_flags
7}
8
9{
10   g_type_init_2
11   Memcheck:Leak
12   fun:calloc
13   ...
14   fun:g_type_init_with_debug_flags
15}
16
17{
18   g_type_init_3
19   Memcheck:Leak
20   fun:realloc
21   ...
22   fun:g_type_init_with_debug_flags
23}
24
25{
26   g_type_register_static_1
27   Memcheck:Leak
28   fun:realloc
29   ...
30   fun:g_type_register_static
31}
32
33{
34   g_type_register_statuc_2
35   Memcheck:Leak
36   fun:malloc
37   fun:realloc
38   fun:g_realloc
39   ...
40   fun:g_type_register_static
41}
42
43{
44   type_class_init_Wm1
45   Memcheck:Leak
46   fun:calloc
47   fun:g_malloc0
48   fun:type_class_init_Wm
49   fun:g_type_class_ref
50   ...
51   fun:g_object_newv
52}
53
54{
55   type_class_init_Wm2
56   Memcheck:Leak
57   fun:calloc
58   fun:g_malloc0
59   fun:type_class_init_Wm
60   fun:g_type_class_ref
61   ...
62   fun:type_class_init_Wm
63}
64
65