1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed some issues found by valgrind

(one testcase, one memory leak and some accesses to not initialized memory)
This commit is contained in:
monty@mysql.com
2006-06-06 02:47:30 +03:00
parent 430347f126
commit a703ff60c7
9 changed files with 36 additions and 13 deletions

View File

@ -420,3 +420,16 @@
fun:fprintf
fun:print_stacktrace
}
#
# Safe warnings, that may happen because of thread scheduling
#
{
dbug initialization
Memcheck:Leak
fun:malloc
fun:DbugMalloc
fun:ListAdd
fun:_db_set_
}