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.

41 lines
480B

  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_allocate_tls
  20. # ...
  21. # }
  22. {
  23. libdl is full of leaks
  24. Memcheck:Leak
  25. ...
  26. fun:_dl_init
  27. }
  28. {
  29. libdl is full of leaks
  30. Memcheck:Leak
  31. ...
  32. fun:call_init.part.0
  33. }
  34. {
  35. ignore XInitThreads
  36. Memcheck:Leak
  37. ...
  38. fun:XInitThreads
  39. ...
  40. }