add a forgotten my_afree() to make valgrind happy

This commit is contained in:
Sergei Golubchik 2013-12-12 20:30:56 +01:00
parent 2d7c073852
commit 1f9d4819ad

View File

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