Before importing a certificate, free any previous one. Bug 1648
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 21 Jun 2015 17:17:09 +0000 (18:17 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 21 Jun 2015 17:17:09 +0000 (18:17 +0100)
commit152e7604f63fcaebcf01efda0a9aae33127eb369
tree3bbe1b392a85a50233313ace68168bbdea73e713
parent658cb1162748378988f8086520e7e22eb9569bf3
Before importing a certificate, free any previous one.  Bug 1648

Because the SSL libraries do not use Exim's heap management
this was a memory-leak in "exim -bp".
src/src/deliver.c
src/src/tlscert-gnu.c
src/src/tlscert-openssl.c