From: Stefan Beller Date: Sat, 21 Mar 2015 00:28:02 +0000 (-0700) Subject: builtin/apply.c: fix a memleak X-Git-Tag: v2.4.0-rc1~9^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f0b1f1ece71a2bcf99e5890757ee0e41490ec7e0?ds=sidebyside;hp=f0b1f1ece71a2bcf99e5890757ee0e41490ec7e0 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 Signed-off-by: Junio C Hamano ---