Fix memory leaks found by Valgrind.
This commit is contained in:
parent
d00d8dbb9b
commit
3df86ef17b
3 changed files with 19 additions and 18 deletions
|
@ -99,5 +99,7 @@ void crypto_init(void) {
|
|||
|
||||
void crypto_exit(void) {
|
||||
EVP_cleanup();
|
||||
ERR_free_strings();
|
||||
ENGINE_cleanup();
|
||||
random_exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue