mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
add a forgotten my_afree() to make valgrind happy
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user