Audio plugin host https://kx.studio/carla
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.

valgrind.supp 242B

123456789101112131415161718192021
  1. {
  2. libdl init part 1
  3. Memcheck:Leak
  4. fun:calloc
  5. ...
  6. fun:_dl_init
  7. }
  8. {
  9. libdl init part 2
  10. Memcheck:Leak
  11. fun:malloc
  12. ...
  13. fun:_dl_init
  14. }
  15. {
  16. tls variables
  17. Memcheck:Leak
  18. fun:malloc
  19. ...
  20. fun:tls_get_addr_tail
  21. }