1
0
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:
monty@mysql.com
2006-02-25 13:58:00 +02:00
parent eff69e73a3
commit a7df038d16

View File

@ -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;
}