Skip to content

Commit

Permalink
Fixed some valgrind warnings from unixODBC used by CONNECT
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Nov 4, 2023
1 parent e5a5573 commit f0fe235
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions mysql-test/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f0fe235

Please sign in to comment.