Commit 635d5b73 authored by unknown's avatar unknown

Add back free that I accidently removed in last patch

parent 6436f923
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment