Commit 31726737 authored by Thomas Guillem's avatar Thomas Guillem Committed by Max Kellermann

ConfigGlobal: fix params not fully cleaned

parent 082be33c
...@@ -38,6 +38,7 @@ void config_global_finish(void) ...@@ -38,6 +38,7 @@ void config_global_finish(void)
{ {
for (auto i : config_data.params) for (auto i : config_data.params)
delete i; delete i;
config_data.params.fill(0);
} }
void config_global_init(void) void config_global_init(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment