ConfigGlobal: fix params not fully cleaned
This commit is contained in:
parent
082be33cbd
commit
31726737df
@ -38,6 +38,7 @@ void config_global_finish(void)
|
||||
{
|
||||
for (auto i : config_data.params)
|
||||
delete i;
|
||||
config_data.params.fill(0);
|
||||
}
|
||||
|
||||
void config_global_init(void)
|
||||
|
Loading…
Reference in New Issue
Block a user