diff --git a/src/node_crypto.cc b/src/node_crypto.cc index 639e99d0e2..ae9e32d2c8 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc @@ -177,8 +177,8 @@ Handle SecureContext::SetKey(const Arguments& args) { } SSL_CTX_use_PrivateKey(sc->ctx_, key); + EVP_PKEY_free(key); BIO_free(bio); - // XXX Free key? return True(); }