]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer.c: plug leaks in do_pick_commit
authorStefan Beller <sbeller@google.com>
Fri, 1 Jun 2018 20:01:45 +0000 (13:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jun 2018 02:36:35 +0000 (11:36 +0900)
commit19517fb964f81c1bd3ddd006e0fc0119167d9cb2
tree020be69759e8b883a0c90c0e8051955aff24303c
parente6be8e2f9f87fbd6a4f58ac3cda4558563833088
sequencer.c: plug leaks in do_pick_commit

Going to leave, we additionally free the author and commit message
and make sure to call update_abort_safety_file().

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c