mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 14:05:37 +01:00
Fix missing free() with recent ssl_server2 options
This commit is contained in:
parent
66d5d076f7
commit
4505ed3c90
@ -1637,6 +1637,12 @@ exit:
|
||||
#if defined(POLARSSL_SNI)
|
||||
sni_free( sni_info );
|
||||
#endif
|
||||
#if defined(POLARSSL_KEY_EXCHANGE__SOME__PSK_ENABLED)
|
||||
psk_free( psk_info );
|
||||
#endif
|
||||
#if defined(POLARSSL_DHM_C) && defined(POLARSSL_FS_IO)
|
||||
dhm_free( &dhm );
|
||||
#endif
|
||||
|
||||
ssl_free( &ssl );
|
||||
entropy_free( &entropy );
|
||||
|
Loading…
Reference in New Issue
Block a user