CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2017/05/15 23:52:52

Modified files:
        lib/libtls     : tls_ocsp.c 

Log message:
Plug a memory leak. The main_cert needs to be X509_free()ed since
SSL_get_peer_certificate() increases the ref count whereas extra_certs
do not because SSL_get_peer_cert_chain() won't increase ref counts.
OK beck@

Reply via email to