1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Add back free that I accidently removed in last patch

This commit is contained in:
unknown
2006-02-25 13:58:00 +02:00
parent 6436f923df
commit 635d5b734a

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