You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-3934 free memory from XML parse at shutdown
This commit is contained in:
@ -167,6 +167,7 @@ static int columnstore_done_func(void* p)
|
||||
{
|
||||
DBUG_ENTER("columnstore_done_func");
|
||||
|
||||
config::Config::deleteInstanceMap();
|
||||
my_hash_free(&mcs_open_tables);
|
||||
#ifndef _MSC_VER
|
||||
pthread_mutex_destroy(&mcs_mutex);
|
||||
|
Reference in New Issue
Block a user