mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 13:56:42 +01:00
Merge branch 'development' into development-restricted
* development: Address PR review comments Fix crash when calling `mbedtls_ssl_cache_free` twice
This commit is contained in:
commit
4813f15ce5
2 changed files with 3 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ void mbedtls_ssl_cache_free( mbedtls_ssl_cache_context *cache )
|
|||
#if defined(MBEDTLS_THREADING_C)
|
||||
mbedtls_mutex_free( &cache->mutex );
|
||||
#endif
|
||||
cache->chain = NULL;
|
||||
}
|
||||
|
||||
#endif /* MBEDTLS_SSL_CACHE_C */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue