mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
ConnectSE: adding more unixODBC "still reachable" suppressions.
This commit is contained in:
parent
dd930e109e
commit
5a8a8822d0
1 changed files with 21 additions and 0 deletions
|
@ -1126,6 +1126,27 @@
|
|||
fun:_ZN7ODBConn10GetDriversEP7_qryres
|
||||
}
|
||||
|
||||
{
|
||||
ConnectSE: unixODBC SQLAllocEnv leavs some "still reachable" pointers
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
...
|
||||
obj:*/libodbc.so*
|
||||
fun:_ZN7ODBConn14GetDataSourcesEP7_qryres
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
ConnectSE: unixODBC SQLAllocEnv leavs some "still reachable" pointers
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
...
|
||||
obj:*/libodbc.so*
|
||||
fun:_ZN7ODBConn14GetDataSourcesEP7_qryres
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
ConnectSE: unixODBC SQLDriverConnect leaves some "still reachable" pointers
|
||||
Memcheck:Leak
|
||||
|
|
Loading…
Reference in a new issue