mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-04 23:55:54 +02:00
94f4534494
instantiation and create a partially formed instance. During measurement instantiation, we complete that instance. - leak.supp: finally figured out how to write a valgrind suppression file - fped.c: we don't need the FPED_NO_GUI kludge anymore - fped.c: moved gui_cleanup_style to gui_main - dereference icons (seems that this doesn't deallocate everything, though) git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5514 99fdad57-331a-0410-800a-d7fa5415bdb3
32 lines
286 B
Plaintext
32 lines
286 B
Plaintext
{
|
|
gtk_internal
|
|
Memcheck:Leak
|
|
...
|
|
fun:gtk_init
|
|
}
|
|
|
|
{
|
|
lex
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
...
|
|
fun:yyensure_buffer_stack
|
|
...
|
|
}
|
|
|
|
{
|
|
pango_leaks_like_crazy
|
|
Memcheck:Leak
|
|
...
|
|
fun:pango_*
|
|
...
|
|
}
|
|
|
|
{
|
|
gdk_pixbuf_new_from_xpm_data_leaks_through_dlopen
|
|
Memcheck:Leak
|
|
...
|
|
fun:dlopen
|
|
...
|
|
}
|