|
@@ -0,0 +1,34 @@
|
|
|
+{
|
|
|
+ <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
|
|
|
+}
|