diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2018-07-19 12:55:54 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2018-07-19 12:55:54 +0200 |
commit | 0896d7ebc3698f898bd66544bbc0ba6e4a4fbe0e (patch) | |
tree | a4875d10d749b1ab10a3c6070f20e14f9fdb0f04 /mysql-test/valgrind.supp | |
parent | 312de43f40e221096b5565f6f4999eaadae09ef4 (diff) | |
parent | ada54101a7185782657813c553907f61f2a35faf (diff) | |
download | mariadb-git-0896d7ebc3698f898bd66544bbc0ba6e4a4fbe0e.tar.gz |
Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanja
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index d5a8584669b..c4a0cae9945 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -629,6 +629,19 @@ } # +# 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 # per-thread static buffer for the return value. That memory is freed # at thread exit, however if called from the main thread, Valgrind |