Avoid minor memleak during multi-message STARTTLS'd conns
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 17 Feb 2018 16:44:47 +0000 (16:44 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 17 Feb 2018 16:44:47 +0000 (16:44 +0000)
commita5c60e3c951f141cfd38ac1d05eea15743206c9a
treeece117397246c85da5ab67f4c2b4778f7f0c2f4a
parent2d0dc9298e36bb9c010ede2c42db16e3ab00da79
Avoid minor memleak during multi-message STARTTLS'd conns
As STARTTLS/EHLO is repeated per message, we should free mem used for EHLO-dependent hostnames
src/src/host.c
src/src/smtp_in.c