projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336da56
)
restore previous revision -- memory leak should be fixed in mem.c
author
Bodo Möller
<bodo@openssl.org>
Mon, 10 Sep 2001 18:47:33 +0000
(18:47 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 10 Sep 2001 18:47:33 +0000
(18:47 +0000)
apps/openssl.c
patch
|
blob
|
history
diff --git
a/apps/openssl.c
b/apps/openssl.c
index 58f8bb73a10fed6c9401de7a10cb42eaee3ae8f7..d34169d3f3865e014ea4ccb0bce477096887fc59 100644
(file)
--- a/
apps/openssl.c
+++ b/
apps/openssl.c
@@
-353,10
+353,10
@@
end:
ERR_remove_state(0);
EVP_cleanup();
- ENGINE_cleanup();
-
ERR_free_strings();
+ ENGINE_cleanup();
+
apps_shutdown();
CRYPTO_mem_leaks(bio_err);