projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix UI leak in apps.
[openssl.git]
/
apps
/
openssl.c
diff --git
a/apps/openssl.c
b/apps/openssl.c
index
6a94207
..
3b4374a
100644
(file)
--- a/
apps/openssl.c
+++ b/
apps/openssl.c
@@
-350,6
+350,7
@@
end:
ERR_free_strings();
ENGINE_cleanup();
+ destroy_ui_method();
CRYPTO_mem_leaks(bio_err);
if (bio_err != NULL)