summaryrefslogtreecommitdiffstats
path: root/apps/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/passwd.c')
-rw-r--r--apps/passwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/passwd.c b/apps/passwd.c
index 750a3cb39d..5e7195f13b 100644
--- a/apps/passwd.c
+++ b/apps/passwd.c
@@ -289,6 +289,7 @@ err:
BIO_free(in);
if (out)
BIO_free_all(out);
+ apps_shutdown();
EXIT(ret);
}