diff --git a/config.c b/config.c index 574ee6e2..dc033f27 100644 --- a/config.c +++ b/config.c @@ -3803,6 +3803,8 @@ config_reload_colors(struct config *conf) // loading the config? conf->colors = new_conf.colors; + + config_free(&new_conf); } UNITTEST