1234567891011121314151617181920212223242526272829303132333435 |
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:calloc
- fun:fxt_setinfos
- fun:fut_setup
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:realloc
- fun:fxt_get_cpu_info
- fun:fxt_setinfos
- fun:fut_setup
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:malloc
- fun:strdup
- fun:fut_set_filename
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:malloc
- fun:fxt_setinfos
- fun:fut_setup
- }
|