Re: [PATCH] t0006: date_mode can leak .strftime_fmt member
From: Junio C Hamano <hidden> Date: 2021-11-16 19:04:20
Ævar Arnfjörð Bjarmason [off-list ref] writes:
As there is no date_mode_release() API function, and given the
set of current callers it probably is not worth adding one, let's
release the .strftime_fmt member that is obtained from strdup()
before the caller of show_date() is done with it.
I do not know what the last line exactly wants to say. Perhaps the
original author meant "after", not "before"? ;-)