Commit 1f6a89a8 authored by Michael Widenius's avatar Michael Widenius

Added valgrind suppression for OpenSuse 42.2

parent 90e608c6
...@@ -608,6 +608,19 @@ ...@@ -608,6 +608,19 @@
fun:dlopen* fun:dlopen*
} }
#
# Warning caused by small memory leak in _dl_init
#
{
dl_init memory leak
Memcheck:Leak
fun:malloc
obj:*/libstdc++.so*
fun:call_init.part*
fun:_dl_init
}
# #
# In glibc (checked version 2.7), inet_ntoa allocates an 18-byte # In glibc (checked version 2.7), inet_ntoa allocates an 18-byte
# per-thread static buffer for the return value. That memory is freed # per-thread static buffer for the return value. That memory is freed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment