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 296B

123456789101112131415161718
  1. {
  2. <insert_a_suppression_name_here>
  3. Memcheck:Leak
  4. match-leak-kinds: definite
  5. fun:malloc
  6. obj:*
  7. obj:*
  8. obj:*
  9. obj:*
  10. fun:call_init.part.0
  11. fun:call_init
  12. fun:_dl_init
  13. fun:dl_open_worker
  14. fun:_dl_catch_error
  15. fun:_dl_open
  16. fun:dlopen_doit
  17. fun:_dl_catch_error
  18. }