commit | a7f333d103fc3e1f5f9a40b0d392b39ccc324a16 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Mon Feb 09 02:37:18 2015 -0500 |
committer | Adam Langley <agl@google.com> | Mon Feb 09 20:04:05 2015 +0000 |
tree | e51910e259cf79b1bc6c90c404f30dec82d71c1d | |
parent | 95695c8d88fbed6b775615b8e7aca34ded9cf719 [diff] |
RAII bssl_shim. bssl_shim rather needs it. It doesn't even free the SSL* properly most of the time. Now that it does, this opens the door to running malloc tests under a leak checker (because it's just not slow enough right now). Change-Id: I37d2004de27180c41b42a6d9e5aea02caf9b8b32 Reviewed-on: https://boringssl-review.googlesource.com/3340 Reviewed-by: Adam Langley <agl@google.com>