Fix various memory leaks in SSL, apps and DSA
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index ddf377c..a827a58 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -1510,6 +1510,7 @@
 		ssl3_send_alert(s,SSL3_AL_FATAL,al);
 		}
 end:
+	EVP_PKEY_free(pkey);
 	return(ret);
 	}