Skip to content

Commit 9f00492

Browse files
rscharfegitster
authored andcommitted
vcs-svn: release strbuf after use in end_revision()
Signed-off-by: Rene Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9a012bf commit 9f00492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcs-svn/svndump.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ static void end_revision(const char *note_ref)
318318
strbuf_addf(&mark, ":%"PRIu32, rev_ctx.revision);
319319
fast_export_note(mark.buf, "inline");
320320
fast_export_buf_to_data(&rev_ctx.note);
321+
strbuf_release(&mark);
321322
}
322323
}
323324

0 commit comments

Comments
 (0)