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

Add missed change from 7ffa82b03c

This commit is contained in:
Vicențiu Ciorbaru
2018-06-11 20:24:41 +03:00
parent aba2d7301f
commit ecd4c2b4a9
2 changed files with 2 additions and 2 deletions

View File

@@ -1507,7 +1507,7 @@ void free_used_memory()
dynstr_free(&(*q)->content);
my_free((*q));
}
for (i= 0; i < 10; i++)
for (i= 0; i < 12; i++)
{
if (var_reg[i].alloced_len)
my_free(var_reg[i].str_val);