DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
587B

  1. {
  2. libdl is full of leaks
  3. Memcheck:Leak
  4. ...
  5. fun:_dl_open
  6. ...
  7. }
  8. {
  9. libdl is full of leaks
  10. Memcheck:Leak
  11. ...
  12. fun:_dl_close
  13. ...
  14. }
  15. {
  16. libdl is full of leaks
  17. Memcheck:Leak
  18. ...
  19. fun:_dl_init
  20. }
  21. {
  22. libdl is full of leaks
  23. Memcheck:Leak
  24. fun:calloc
  25. fun:allocate_dtv
  26. fun:_dl_allocate_tls
  27. ...
  28. }
  29. {
  30. libdl is full of leaks
  31. Memcheck:Leak
  32. ...
  33. fun:call_init.part.0
  34. }
  35. {
  36. ignore XInitThreads
  37. Memcheck:Leak
  38. ...
  39. fun:XInitThreads
  40. ...
  41. }
  42. {
  43. ignore XrmGetStringDatabase
  44. Memcheck:Leak
  45. ...
  46. fun:XrmGetStringDatabase
  47. ...
  48. }