Commit 1f9d4819 authored by Sergei Golubchik's avatar Sergei Golubchik

add a forgotten my_afree() to make valgrind happy

parent 2d7c0738
...@@ -3994,6 +3994,7 @@ static int test_plugin_options(MEM_ROOT *tmp_root, struct st_plugin_int *tmp, ...@@ -3994,6 +3994,7 @@ static int test_plugin_options(MEM_ROOT *tmp_root, struct st_plugin_int *tmp,
} }
tmp->system_vars= chain.first; tmp->system_vars= chain.first;
} }
my_afree(tmp_backup);
} }
DBUG_RETURN(0); DBUG_RETURN(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