Re: [PATCH 3/6] notes: don't leak memory in git_config_get_notes_strategy
From: Junio C Hamano <hidden> Date: 2016-06-15 23:09:07
Jeff King [off-list ref] writes:
I don't think this is wrong, but would it perhaps be simpler to call
git_config_get_value() in the first place, which does not make a copy of
the string?