Commit 21425195 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix double BIO_free in req



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 88f4c6f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -591,6 +591,7 @@ int req_main(int argc, char **argv)
            goto end;
        }
        BIO_free(out);
        out = NULL;
        BIO_printf(bio_err, "-----\n");
    }