Fix mem leak on error path
authorMatt Caswell <matt@openssl.org>
Mon, 22 Aug 2016 22:23:31 +0000 (23:23 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 22 Aug 2016 23:19:15 +0000 (00:19 +0100)
commit4162c7d378722581aeea7d90d4aa46ac2c49abd8
treeb10333da53419ed8db6665d8da185a4cd9c9f9f8
parent85d6b09ddaf32a67a351521f84651c3193286663
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