mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 06:45:32 +02:00
Fixed some valgrind warnings from unixODBC used by CONNECT
This commit is contained in:
parent
e5a5573f78
commit
f0fe23566b
1 changed files with 19 additions and 0 deletions
|
|
@ -1170,6 +1170,16 @@
|
|||
fun:_ZN7ODBConn10GetDriversEP7_qryres
|
||||
}
|
||||
|
||||
{
|
||||
ConnectSE: unixODBC SQLAllocEnv leaves some "still reachable" pointers
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
...
|
||||
obj:*/libodbc.so*
|
||||
fun:_ZN7ODBConn12AllocConnectEj
|
||||
}
|
||||
|
||||
{
|
||||
ConnectSE: unixODBC SQLAllocEnv leaves some "still reachable" pointers
|
||||
Memcheck:Leak
|
||||
|
|
@ -1179,6 +1189,15 @@
|
|||
fun:_ZN7ODBConn10GetDriversEP7_qryres
|
||||
}
|
||||
|
||||
{
|
||||
ConnectSE: unixODBC SQLAllocEnv leaves some "still reachable" pointers
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
...
|
||||
obj:*/libodbc.so*
|
||||
fun:_ZN7ODBConn12AllocConnectEj
|
||||
}
|
||||
|
||||
{
|
||||
ConnectSE: unixODBC SQLAllocEnv leavs some "still reachable" pointers
|
||||
Memcheck:Leak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue