diff options
author | monty@mysql.com <> | 2006-06-23 10:46:16 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-06-23 10:46:16 +0300 |
commit | 059c45d0165539f42461e30cf979f8e813813987 (patch) | |
tree | a951bb02e0c2fb0b18b7d165d3208cc073ceba86 /mysql-test/valgrind.supp | |
parent | 7ec5a7ecc5b79448e8c3a89a808451aeab7978e6 (diff) | |
download | mariadb-git-059c45d0165539f42461e30cf979f8e813813987.tar.gz |
Suppress memory leak from 'kill_server'
(Happens if main thread exists before kill_server thread, which is ok)
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index dc0f6bf1977..c30d5c8f43e 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -446,3 +446,13 @@ fun:ListAdd fun:_db_set_ } + +{ + dbug initialization by kill_server + Memcheck:Leak + fun:malloc + fun:DbugMalloc + fun:code_state + fun:_db_enter_ + fun:kill_server +} |