Fix a memory leak in an error path
authorMatt Caswell <matt@openssl.org>
Mon, 16 Apr 2018 17:41:01 +0000 (18:41 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 17 Apr 2018 16:26:16 +0000 (17:26 +0100)
commit9f2a3bb19d42e6942cbbb7ea0a41a342ce158b94
tree91e3c7461a474e02f5b80f7be4e614248103537f
parenta68236572850a1f50d5c40990b5a15a18ebea3bc
Fix a memory leak in an error path

Found by Coverity.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5970)
crypto/srp/srp_vfy.c