commit | 454da1fa6f61d4229ed8da34a3711ad04b74fcf7 | [log] [tgz] |
---|---|---|
author | Ron Eldor <ron.eldor@arm.com> | Mon Jan 09 15:09:16 2017 +0200 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Jul 20 01:08:17 2017 +0200 |
tree | 5c2e08b39f3b61ff0411230617c3c79aac598795 | |
parent | 77718242354f4896de522acc7f7f069c1354fe2c [diff] |
Backport 1.3: Resource leak fix on windows Fix a resource leak on windows platform, in mbedtls_x509_crt_parse_path, in case a failure. when an error occurs, goto cleanup, and free the resource, instead of returning error code immediately.