=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/crl.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/openssl/crl.c 2017/01/20 08:57:11 1.10 +++ src/usr.bin/openssl/crl.c 2018/02/07 05:47:55 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: crl.c,v 1.10 2017/01/20 08:57:11 deraadt Exp $ */ +/* $OpenBSD: crl.c,v 1.11 2018/02/07 05:47:55 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -424,7 +424,7 @@ } ret = 0; -end: + end: BIO_free_all(out); BIO_free_all(bio_out); bio_out = NULL; @@ -471,7 +471,7 @@ goto end; } -end: + end: BIO_free(in); return (x); }