summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-06-23 12:48:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-06-23 12:48:46 +0000
commit2c7bc88d785b40bd12a5080fc3d2ef9445460079 (patch)
treed43cc854436bb2b0d63ca422e4a27a33c847b125 /apps/openssl.c
parent54f7ebe789e4dbd9f601452b5bb26432b9754a7b (diff)
Fix UI leak in apps.
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index 6a94207848..3b4374a048 100644
--- 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)