Skip to content

Commit 1f6a89a

Browse files
committed
Added valgrind suppression for OpenSuse 42.2
1 parent 90e608c commit 1f6a89a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

mysql-test/valgrind.supp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,19 @@
608608
fun:dlopen*
609609
}
610610

611+
#
612+
# Warning caused by small memory leak in _dl_init
613+
#
614+
615+
{
616+
dl_init memory leak
617+
Memcheck:Leak
618+
fun:malloc
619+
obj:*/libstdc++.so*
620+
fun:call_init.part*
621+
fun:_dl_init
622+
}
623+
611624
#
612625
# In glibc (checked version 2.7), inet_ntoa allocates an 18-byte
613626
# per-thread static buffer for the return value. That memory is freed

0 commit comments

Comments
 (0)