mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Post merge fix
rocksdb_set_update_cf_options functions was freeing a pointer which it should not.
This commit is contained in:
parent
48cfb3b80d
commit
34ff2967c5
1 changed files with 0 additions and 1 deletions
|
@ -13141,7 +13141,6 @@ rocksdb_set_update_cf_options(THD *const /* unused */,
|
|||
}
|
||||
}
|
||||
|
||||
my_free(*reinterpret_cast<char**>(var_ptr));
|
||||
// Our caller (`plugin_var_memalloc_global_update`) will call `my_free` to
|
||||
// free up resources used before.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue