fxt.suppr 583 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. <insert_a_suppression_name_here>
  3. Memcheck:Leak
  4. match-leak-kinds: reachable
  5. fun:calloc
  6. fun:fxt_setinfos
  7. fun:fut_setup
  8. }
  9. {
  10. <insert_a_suppression_name_here>
  11. Memcheck:Leak
  12. match-leak-kinds: reachable
  13. fun:realloc
  14. fun:fxt_get_cpu_info
  15. fun:fxt_setinfos
  16. fun:fut_setup
  17. }
  18. {
  19. <insert_a_suppression_name_here>
  20. Memcheck:Leak
  21. match-leak-kinds: reachable
  22. fun:malloc
  23. fun:strdup
  24. fun:fut_set_filename
  25. }
  26. {
  27. <insert_a_suppression_name_here>
  28. Memcheck:Leak
  29. match-leak-kinds: reachable
  30. fun:malloc
  31. fun:fxt_setinfos
  32. fun:fut_setup
  33. }