Fix mem leak on error path
authorMatt Caswell <matt@openssl.org>
Mon, 22 Aug 2016 22:20:45 +0000 (23:20 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 22 Aug 2016 23:19:15 +0000 (00:19 +0100)
commit85d6b09ddaf32a67a351521f84651c3193286663
treeaab881531752c54d818b76f03052c972d3a353fe
parentc72b8e069de6a8863123d5be05e41b833abe09ee
Fix mem leak on error path

The mem pointed to by cAB can be leaked on an error path.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/srp/srp_lib.c