mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Add back free that I accidently removed in last patch
This commit is contained in:
@ -1179,6 +1179,7 @@ end:
|
||||
x_free(thd->db);
|
||||
if (dbname && dbname[0] == 0)
|
||||
{
|
||||
my_free(dbname, MYF(0));
|
||||
thd->db= NULL;
|
||||
thd->db_length= 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user