leak.supp 286 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. gtk_internal
  3. Memcheck:Leak
  4. ...
  5. fun:gtk_init
  6. }
  7. {
  8. lex
  9. Memcheck:Leak
  10. fun:malloc
  11. ...
  12. fun:yyensure_buffer_stack
  13. ...
  14. }
  15. {
  16. pango_leaks_like_crazy
  17. Memcheck:Leak
  18. ...
  19. fun:pango_*
  20. ...
  21. }
  22. {
  23. gdk_pixbuf_new_from_xpm_data_leaks_through_dlopen
  24. Memcheck:Leak
  25. ...
  26. fun:dlopen
  27. ...
  28. }