External, Non-PPA KXStudio Repository
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.

48 lines
560B

  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. ignore XInitThreads
  36. Memcheck:Leak
  37. ...
  38. fun:XInitThreads
  39. ...
  40. }
  41. {
  42. ignore XrmGetStringDatabase
  43. Memcheck:Leak
  44. ...
  45. fun:XrmGetStringDatabase
  46. ...
  47. }