Add missing extern to tilda.h
[tilda-gobject.git] / tilda.suppressions
1 {
2    <insert a suppression name here>
3    Memcheck:Leak
4    fun:malloc
5    fun:nss_parse_service_list
6    fun:__nss_database_lookup
7    obj:*
8    obj:*
9    fun:getpwnam_r@@GLIBC_2.1.2
10    fun:g_get_any_init_do
11 }
12
13 {
14    <insert a suppression name here>
15    Memcheck:Leak
16    fun:malloc
17    fun:g_malloc
18    fun:g_type_create_instance
19 }
20
21 {
22    <insert a suppression name here>
23    Memcheck:Leak
24    fun:malloc
25    fun:FcPatternObjectInsertElt
26    obj:*
27    obj:*
28    obj:*
29    obj:*
30 }
31
32 {
33    <insert a suppression name here>
34    Memcheck:Leak
35    fun:calloc
36    fun:g_malloc0
37    obj:*
38    obj:*
39    obj:*
40    obj:*
41 }
42
43 {
44    <insert a suppression name here>
45    Memcheck:Leak
46    fun:realloc
47    fun:FcPatternObjectInsertElt
48    obj:*
49    obj:*
50    obj:*
51    obj:*
52 }
53