From 2c7bc88d785b40bd12a5080fc3d2ef9445460079 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 23 Jun 2001 12:48:46 +0000 Subject: Fix UI leak in apps. --- apps/openssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/openssl.c') 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) -- cgit v1.2.3