File: gobject.supp

package info (click to toggle)
gxr 0.15.1-4.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,768 kB
  • sloc: ansic: 15,256; sh: 72; xml: 71; awk: 35; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 323 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

{
   calloc() within gobject_init_ctor()
   Memcheck:Leak
   fun:calloc
   ...
   fun:gobject_init_ctor
}

{
   malloc() within gobject_init_ctor()
   Memcheck:Leak
   fun:malloc
   ...
   fun:gobject_init_ctor
}

{
   realloc() within gobject_init_ctor()
   Memcheck:Leak
   fun:realloc
   ...
   fun:gobject_init_ctor
}