Browse Source

free pkey after usage

pull/386/head
orignal 8 years ago
parent
commit
47bf0ef591
  1. 1
      Family.cpp

1
Family.cpp

@ -45,6 +45,7 @@ namespace data
default: default:
LogPrint (eLogWarning, "Family: Certificate key type ", keyType, " is not supported"); LogPrint (eLogWarning, "Family: Certificate key type ", keyType, " is not supported");
} }
EVP_PKEY_free (pkey);
} }
SSL_free (ssl); SSL_free (ssl);
} }

Loading…
Cancel
Save