Don't leak memory all over the place.

This commit is contained in:
wreald 2024-09-20 11:27:44 +10:00
parent 6505d75607
commit 13291b8765

View file

@ -3803,6 +3803,8 @@ config_reload_colors(struct config *conf)
// loading the config?
conf->colors = new_conf.colors;
config_free(&new_conf);
}
UNITTEST