1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-06-30 22:11:40 +03:00
fped/leak.supp
werner 94f4534494 - measurement offsets can now use variables. We evaluate the offset during
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
2009-08-21 18:20:37 +00:00

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
...
}