Commit 4e525a0b authored by Richard Levitte's avatar Richard Levitte
Browse files

ocsp.c doesn't free the whole output chain, maybe causing a memory leak

parent 71bb86f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -730,7 +730,7 @@ redo_accept:
    free_index(rdb);
    BIO_free_all(cbio);
    BIO_free_all(acbio);
    BIO_free(out);
    BIO_free_all(out);
    OCSP_REQUEST_free(req);
    OCSP_RESPONSE_free(resp);
    OCSP_BASICRESP_free(bs);