]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Free output bio, too
authorAlan T. DeKok <aland@freeradius.org>
Wed, 3 Sep 2014 15:01:28 +0000 (11:01 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 3 Sep 2014 15:01:28 +0000 (11:01 -0400)
src/main/tls.c

index bf03e36f6e67b1dd33751935e16177e1d3764054..2798a4142700fcda6c80064376586831e48c5c0f 100644 (file)
@@ -1501,6 +1501,7 @@ ocsp_end:
        free(port);
        free(path);
        BIO_free_all(cbio);
+       if (bio_out) BIO_free(bio_out);
        OCSP_BASICRESP_free(bresp);
 
  ocsp_skip: