ngtcp2_crypto_ossl_free
Synopsis
#include <ngtcp2/ngtcp2_crypto_ossl.h>
-
void ngtcp2_crypto_ossl_free(void)
ngtcp2_crypto_ossl_free()frees the resources allocated byngtcp2_crypto_ossl_init(). It is safe to call this function even ifngtcp2_crypto_ossl_init()fails or is not called at all. This function might be useful to make some leak detection tools happy.Added in version 1.24.0.