commit | 0b2835d1fde5739bd728e8b805ca76c22f90e9e2 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Thu Feb 01 13:27:04 2024 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Thu Feb 01 13:27:04 2024 +0000 |
tree | 6acf711e3432b2d1cb39c83d4036f698b7509b05 | |
parent | 9efc60298ffbc09c43c837cbf7565023a312666e [diff] [blame] |
Fix accidental copy paste mistake Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/tests/src/helpers.c b/tests/src/helpers.c index 49a7df2..936da06 100644 --- a/tests/src/helpers.c +++ b/tests/src/helpers.c
@@ -375,7 +375,7 @@ #endif #ifdef MBEDTLS_THREADING_C - mbedtls_mutex_lock(&mbedtls_test_info_mutex); + mbedtls_mutex_unlock(&mbedtls_test_info_mutex); #endif /* MBEDTLS_THREADING_C */ }