Root/leak.supp

Source at commit 190bcaf982869388b508a0a4c97cff62fbb73038 created 13 years 11 months ago.
By werner, Added a topological sort algorithm, for use when dumping.
1{
2    gtk_internal
3    Memcheck:Leak
4    ...
5    fun:gtk_init
6}
7
8{
9    lex
10    Memcheck:Leak
11    fun:malloc
12    ...
13    fun:yyensure_buffer_stack
14    ...
15}
16
17{
18    pango_leaks_like_crazy
19    Memcheck:Leak
20    ...
21    fun:pango_*
22    ...
23}
24
25{
26    gdk_pixbuf_new_from_xpm_data_leaks_through_dlopen
27    Memcheck:Leak
28    ...
29    fun:dlopen
30    ...
31}
32

Archive Download this file

Branches:
master



interactive