Skip to content

Commit e394f5e

Browse files
committed
Fix duplicate memcheck in the suppressions
1 parent 8463a6b commit e394f5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.supp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
<insert_a_suppression_name_here>
33
Memcheck:Leak
4-
Memcheck:Leak
54
fun:malloc
65
fun:zend_objects_new
76
fun:_object_and_properties_init
@@ -18,7 +17,6 @@
1817
{
1918
<insert_a_suppression_name_here>
2019
Memcheck:Leak
21-
Memcheck:Leak
2220
fun:malloc
2321
fun:zend_objects_new
2422
fun:_object_and_properties_init
@@ -35,7 +33,6 @@
3533
{
3634
<insert_a_suppression_name_here>
3735
Memcheck:Leak
38-
Memcheck:Leak
3936
fun:malloc
4037
fun:zend_objects_new
4138
fun:_object_and_properties_init
@@ -52,7 +49,6 @@
5249
{
5350
<insert_a_suppression_name_here>
5451
Memcheck:Leak
55-
Memcheck:Leak
5652
fun:malloc
5753
fun:__zend_malloc
5854
fun:zend_objects_new
@@ -69,7 +65,6 @@
6965
{
7066
<insert_a_suppression_name_here>
7167
Memcheck:Leak
72-
Memcheck:Leak
7368
fun:malloc
7469
fun:__zend_malloc
7570
fun:zend_objects_new

0 commit comments

Comments
 (0)