free NULL cleanup
This commit handles BIO_ACCEPT_free BIO_CB_FREE BIO_CONNECT_free BIO_free BIO_free_all BIO_vfree Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
		| @@ -50,10 +50,8 @@ int main(int argc, char **argv) | ||||
|  | ||||
|     if (cms) | ||||
|         CMS_ContentInfo_free(cms); | ||||
|     if (in) | ||||
|         BIO_free(in); | ||||
|     if (out) | ||||
|         BIO_free(out); | ||||
|     BIO_free(in); | ||||
|     BIO_free(out); | ||||
|  | ||||
|     return ret; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rich Salz
					Rich Salz