mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@ -357,6 +357,19 @@
|
||||
fun:_dl_init
|
||||
}
|
||||
|
||||
# This one is on OpenSuse 10.3 with gcc 5.4
|
||||
{
|
||||
memory "loss" from _dl_init 2
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:pool
|
||||
...
|
||||
fun:call_init*
|
||||
fun:_dl_init
|
||||
}
|
||||
|
||||
|
||||
|
||||
#
|
||||
# dlclose can allocate memory for error message, the memory will be
|
||||
# freed by dlerror or other dl* function.
|
||||
|
Reference in New Issue
Block a user