Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- sequencer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sequencer.c b/sequencer.c index aa4c1a4..af8e7db 100644 --- a/sequencer.c +++ b/sequencer.c @@ -733,6 +733,7 @@ static void save_head(const char *head) die_errno(_("Could not write to %s"), head_file); if (commit_lock_file(&head_lock) < 0) die(_("Error wrapping up %s."), head_file); + strbuf_release(&buf); } static int reset_for_rollback(const unsigned char *sha1) -- 1.7.10.579.g68891.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html