<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8242">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip: Endpoint destruction does not free DTLS configuration<br><br>ASTERISK-27679 #close<br>Reported by: Mak Dee<br><br>Change-Id: I89a2783a11be0763bf123d1619ed176b6225cf42<br>---<br>M res/res_pjsip/pjsip_configuration.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/42/8242/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_pjsip/pjsip_configuration.c b/res/res_pjsip/pjsip_configuration.c<br>index d1bfdfe..3094f24 100644<br>--- a/res/res_pjsip/pjsip_configuration.c<br>+++ b/res/res_pjsip/pjsip_configuration.c<br>@@ -2193,6 +2193,7 @@<br> <br> static void media_configuration_destroy(struct ast_sip_endpoint_media_configuration *media)<br> {<br>+  ast_rtp_dtls_cfg_free(&media->rtp.dtls_cfg);<br>   ast_string_field_free_memory(&media->rtp);<br>     ast_string_field_free_memory(media);<br> }<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8242">change 8242</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8242"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I89a2783a11be0763bf123d1619ed176b6225cf42 </div>
<div style="display:none"> Gerrit-Change-Number: 8242 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>