<p>Richard Mudgett has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6979">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_stasis_mailbox.c: Fix leak of mailbox container.<br><br>Change-Id: I7d33c1635713047e7d1597c9d882f7dc006d94b4<br>---<br>M res/res_stasis_mailbox.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/79/6979/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_stasis_mailbox.c b/res/res_stasis_mailbox.c<br>index 4522adc..5ed061d 100644<br>--- a/res/res_stasis_mailbox.c<br>+++ b/res/res_stasis_mailbox.c<br>@@ -93,6 +93,7 @@<br>          }<br>     }<br>     ao2_iterator_destroy(&iter);<br>+     ao2_ref(mailboxes, -1);<br> <br>    return array;<br> }<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6979">change 6979</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/6979"/><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: I7d33c1635713047e7d1597c9d882f7dc006d94b4 </div>
<div style="display:none"> Gerrit-Change-Number: 6979 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Mudgett <rmudgett@digium.com> </div>