mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-13 21:39:05 +00:00
Merge "res_pjsip: Endpoint destruction does not free DTLS configuration" into 13
This commit is contained in:
@@ -2148,6 +2148,7 @@ static void info_configuration_destroy(struct ast_sip_endpoint_info_configuratio
|
|||||||
|
|
||||||
static void media_configuration_destroy(struct ast_sip_endpoint_media_configuration *media)
|
static void media_configuration_destroy(struct ast_sip_endpoint_media_configuration *media)
|
||||||
{
|
{
|
||||||
|
ast_rtp_dtls_cfg_free(&media->rtp.dtls_cfg);
|
||||||
ast_string_field_free_memory(&media->rtp);
|
ast_string_field_free_memory(&media->rtp);
|
||||||
ast_string_field_free_memory(media);
|
ast_string_field_free_memory(media);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user