Use apps_shutdown() in all applications, in case someone decides not
[openssl.git] / apps / sess_id.c
index 7f5c55b90180816fb64d3d959b1eac1dc65b0cbf..41c3b3f4a3ab649ba05ae3580b8ecbdc7bc292d3 100644 (file)
@@ -272,6 +272,7 @@ bad:
 end:
        if (out != NULL) BIO_free_all(out);
        if (x != NULL) SSL_SESSION_free(x);
+       apps_shutdown();
        EXIT(ret);
        }