Fix some mem leaks in sslapitest
authorMatt Caswell <matt@openssl.org>
Mon, 26 Sep 2016 11:04:23 +0000 (12:04 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 26 Sep 2016 16:29:26 +0000 (17:29 +0100)
commit7cac0558008a1f46218191e6f26fa7f08256f582
tree8648957b84438bddd069056ed50d2297995080bc
parenta12778be1782bb63055e7641c814d4fce1775e57
Fix some mem leaks in sslapitest

A mem leak could occur on an error path. Also the mempacket BIO_METHOD
needs to be cleaned up, because of the newly added DTLS test.

Also fixed a double semi-colon in ssltestlib.c

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit fa454945cf2855fed452ff9bdb1876096bc07beb)
test/sslapitest.c
test/ssltestlib.c