You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#36600203: There is a memory leak defect on line 3960 of the mysql.cc file
Problem: There is a return statement after the momory is allocated and
before the memory is freed. The return may be reached before the memory
is needed.
Fix: Move the memory allocation after the return statement.
This is a backport from mysql-trunk
Change-Id: I14648efaebf38b5b81c08290e169ad44c72ac17a
0 commit comments