Commit 640ff30
Tor Didriksen
Bug#14840488 VALGRIND ERRORS IN MYSQL_CLIENT_TEST
Add missing DBUG_RETURNs, otherwise the debug-stack gets messed up,
and _db_enter_ and _db_exit_ will access data outside the current stack frame.
Add some missing mysql_free_xx() mysql_close_xx() to fix memory leaks.1 parent a06bdee commit 640ff30
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4239 | 4239 | | |
4240 | 4240 | | |
4241 | 4241 | | |
4242 | | - | |
| 4242 | + | |
4243 | 4243 | | |
4244 | 4244 | | |
4245 | 4245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
| 981 | + | |
981 | 982 | | |
982 | 983 | | |
983 | 984 | | |
| |||
1041 | 1042 | | |
1042 | 1043 | | |
1043 | 1044 | | |
| 1045 | + | |
1044 | 1046 | | |
1045 | 1047 | | |
1046 | 1048 | | |
| |||
16192 | 16194 | | |
16193 | 16195 | | |
16194 | 16196 | | |
| 16197 | + | |
16195 | 16198 | | |
16196 | 16199 | | |
16197 | 16200 | | |
| |||
17981 | 17984 | | |
17982 | 17985 | | |
17983 | 17986 | | |
| 17987 | + | |
| 17988 | + | |
17984 | 17989 | | |
17985 | 17990 | | |
17986 | 17991 | | |
| |||
18280 | 18285 | | |
18281 | 18286 | | |
18282 | 18287 | | |
| 18288 | + | |
18283 | 18289 | | |
18284 | 18290 | | |
18285 | 18291 | | |
| |||
0 commit comments