Commit 336da564 authored by Bodo Möller's avatar Bodo Möller
Browse files

fix memory leak

parent 8573fa18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -353,10 +353,10 @@ end:
	ERR_remove_state(0);

	EVP_cleanup();
	ERR_free_strings();
	
        ENGINE_cleanup();
	
	ERR_free_strings();
	
	apps_shutdown();

	CRYPTO_mem_leaks(bio_err);