commit | 6922398fd6ac227b3996e5881111df2c1f34f92d | [log] [tgz] |
---|---|---|
author | Edison Ai <edison.ai@arm.com> | Fri Feb 22 10:29:28 2019 +0800 |
committer | Edison Ai <edison.ai@arm.com> | Fri Feb 22 15:29:08 2019 +0800 |
tree | a341759aa78aa2b78a36804948f371e3af061bf3 | |
parent | 690a6d6086155bacaa984d83af5ba8f611bd4cf3 [diff] |
Core: free connection handle in psa_reply For psa_close() call, the connection handle should be freed at the end of psa_reply. Because the connection handle is still be used in some scenario, such as psa_set_rhandle(). Change-Id: I2927c65dd2840157f8745c71d5064f0b347b3f6e Signed-off-by: Edison Ai <edison.ai@arm.com>