https://bz.apache.org/bugzilla/show_bug.cgi?id=62892

--- Comment #4 from jfclere <jfcl...@gmail.com> ---
The problem is OCSP_parse_url() we have forgotten:
    OPENSSL_free(hostname);
    OPENSSL_free(c_port);
    OPENSSL_free(path);
I will commit the fix tomorrow, testing it now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to