"Initial commit to Gerrit"
[profile/ivi/libcroco.git] / tests / vg.supp
1 {
2         g_print_ALLOC_LEAK
3         Memcheck:Leak
4         fun:malloc
5         fun:realloc
6         fun:g_realloc
7         fun:g_array_maybe_expand
8         fun:g_array_set_size
9         fun:g_static_private_set
10         fun:g_get_charset
11         fun:g_print
12 }
13
14 {
15         g_slist_prepend_LEAK
16         Memcheck:Leak
17         fun:calloc
18         fun:g_malloc0
19         fun:g_allocator_new
20         fun:_g_slist_alloc
21         fun:g_slist_prepend
22 }
23
24 {
25         g_print_CONVERT_LEAK
26         Memcheck:Leak
27         fun:malloc
28         obj:*libc-2.3.3.so
29         fun:iconv_open
30         fun:try_conversion
31         fun:g_iconv_open
32         fun:open_converter
33         fun:g_convert
34         fun:g_convert_with_fallback
35         fun:strdup_convert
36         fun:g_print
37 }
38
39 {
40         g_string_new_CHUNCK_LEAK
41         Memcheck:Leak
42         fun:malloc
43         fun:g_malloc
44         fun:g_mem_chunk_new
45         fun:g_string_sized_new
46         fun:g_string_new
47 }
48
49 {
50         g_list_prepend_LEAK
51         Memcheck:Leak
52         fun:calloc
53         fun:g_malloc0
54         fun:g_allocator_new
55         fun:_g_list_alloc
56         fun:g_list_prepend      
57 }