diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-12-12 20:30:56 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-12-12 20:30:56 +0100 |
commit | 1f9d4819ad80528ac16c29f81dc397d93965f296 (patch) | |
tree | 1e52895444c3f30dc775c5f97daff69c57f787aa /sql/sql_plugin.cc | |
parent | 2d7c073852767a518424a48667a6e45452178681 (diff) | |
download | mariadb-git-1f9d4819ad80528ac16c29f81dc397d93965f296.tar.gz |
add a forgotten my_afree() to make valgrind happy
Diffstat (limited to 'sql/sql_plugin.cc')
-rw-r--r-- | sql/sql_plugin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_plugin.cc b/sql/sql_plugin.cc index 5833012a260..747e51df16d 100644 --- a/sql/sql_plugin.cc +++ b/sql/sql_plugin.cc @@ -3994,6 +3994,7 @@ static int test_plugin_options(MEM_ROOT *tmp_root, struct st_plugin_int *tmp, } tmp->system_vars= chain.first; } + my_afree(tmp_backup); } DBUG_RETURN(0); |