<p>George Joseph <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13412">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_rtp_asterisk:  Add frame list cleanups to ast_rtp_read<br><br>In Asterisk 16+, there are a few places in ast_rtp_read where we've<br>allocated a frame list but return a null frame instead of the list.<br>In these cases, any frames left in the list won't be freed.  In the<br>vast majority of the cases, the list is empty when we return so<br>there's nothing to free but there have been leaks reported in the<br>wild that can be traced back to frames left in the list before<br>returning.<br><br>The escape paths now all have logic to free frames left in the<br>list.<br><br>ASTERISK-28609<br>Reported by: Ted G<br><br>Change-Id: Ia1d7075857ebd26b47183c44b1aebb0d8f985f7a<br>---<br>M res/res_rtp_asterisk.c<br>1 file changed, 15 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/12/13412/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13412">change 13412</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/13412"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: Ia1d7075857ebd26b47183c44b1aebb0d8f985f7a </div>
<div style="display:none"> Gerrit-Change-Number: 13412 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>