builtin/apply.c: fix a memleak
commitf0b1f1ece71a2bcf99e5890757ee0e41490ec7e0
authorStefan Beller <sbeller@google.com>
Sat, 21 Mar 2015 00:28:02 +0000 (20 17:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2015 18:12:58 +0000 (23 11:12 -0700)
tree3d5b6d5108d97c124d2506a8939cea0e111be784
parent1b7cb8969cb204b64b9f8ce25c86986e8144d352
builtin/apply.c: fix a memleak

oldlines is allocated earlier in the function and also freed on the
successful code path.

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