diff: release strbuf after use in show_rename_copy()
Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
fa842d843d
commit
348eda249e
1
diff.c
1
diff.c
@ -5289,6 +5289,7 @@ static void show_rename_copy(struct diff_options *opt, const char *renamecopy,
|
||||
emit_diff_symbol(opt, DIFF_SYMBOL_SUMMARY,
|
||||
sb.buf, sb.len, 0);
|
||||
show_mode_change(opt, p, 0);
|
||||
strbuf_release(&sb);
|
||||
}
|
||||
|
||||
static void diff_summary(struct diff_options *opt, struct diff_filepair *p)
|
||||
|
Loading…
Reference in New Issue
Block a user