We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e608c commit 1f6a89aCopy full SHA for 1f6a89a
mysql-test/valgrind.supp
@@ -608,6 +608,19 @@
608
fun:dlopen*
609
}
610
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
624
#
625
# In glibc (checked version 2.7), inet_ntoa allocates an 18-byte
626
# per-thread static buffer for the return value. That memory is freed
0 commit comments