diff options
author | Taylor Blau <me@ttaylorr.com> | 2021-03-30 11:04:14 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-04-01 13:07:37 -0700 |
commit | 7240cc4b65b6684c403487889cce396e45ad30cd (patch) | |
tree | e8bd5d5fbf5c48e15be070092db588aa15caabc5 /shallow.c | |
parent | midx: allow marking a pack as preferred (diff) | |
download | tgif-7240cc4b65b6684c403487889cce396e45ad30cd.tar.xz |
midx: don't free midx_name early
A subsequent patch will need to refer back to 'midx_name' later on in
the function. In fact, this variable is already free()'d later on, so
this makes the later free() no longer redundant.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'shallow.c')
0 files changed, 0 insertions, 0 deletions