mailinfo: release strbuf after use in handle_from()
authorRene Scharfe <l.s.r@web.de>
Wed, 30 Aug 2017 17:49:47 +0000 (19:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Sep 2017 23:49:27 +0000 (08:49 +0900)
commit11fa5e2a81cc921b55a4a91f2e5f39d423f18467
tree5b147842a66af339f0e678ed22dcb4364b61afb8
parentbad0e2c6a89b52b0d6b2ebae6e290b6d4e6f799c
mailinfo: release strbuf after use in handle_from()

Clean up at the end and jump there instead of returning early.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mailinfo.c