Skip to content
Snippets Groups Projects
Commit 698eb031 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'sb/blame-color'

Leakfix.

* sb/blame-color:
  blame: release string_list after use in parse_color_fields()
parents 23fc55a9 297bdf07
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -411,6 +411,7 @@ static void parse_color_fields(const char *s)
die (_("must end with a color"));
 
colorfield[colorfield_nr].hop = TIME_MAX;
string_list_clear(&l, 0);
}
 
static void setup_default_color_by_age(void)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment