mailinfo: plug strbuf leak during continuation line handling
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2015 21:32:32 +0000 (14:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:18:50 +0000 (15:18 -0700)
commit12d19e80b049dbedd51e9e6a70260383b9db4dd0
tree3a8119195e7c26db043f784a76ffb244e21f0b94
parente38ee06e99635cca0997d6a04f0c22357670090d
mailinfo: plug strbuf leak during continuation line handling

Whether this loop is left via EOF/break or upon finding a
non-continuation line, the storage used for the contination line
handling is left behind.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mailinfo.c