Collection of DPF-based plugins for packaging
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.

70 lines
876B

  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. ...
  25. fun:_dl_allocate_tls
  26. ...
  27. }
  28. {
  29. libdl is full of leaks
  30. Memcheck:Leak
  31. ...
  32. fun:call_init.part.0
  33. }
  34. {
  35. libdl is really something else
  36. Memcheck:Addr8
  37. ...
  38. fun:dl_open_worker
  39. }
  40. {
  41. ignore XInitThreads
  42. Memcheck:Leak
  43. ...
  44. fun:XInitThreads
  45. ...
  46. }
  47. {
  48. ignore XrmGetStringDatabase
  49. Memcheck:Leak
  50. ...
  51. fun:XrmGetStringDatabase
  52. ...
  53. }
  54. {
  55. ignore XPutImage
  56. Memcheck:Param
  57. writev(vector[...])
  58. ...
  59. fun:XPutImage
  60. ...
  61. }
  62. {
  63. ignore mesa stuff
  64. Memcheck:Value8
  65. ...
  66. obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
  67. fun:start_thread
  68. fun:clone
  69. }