<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7820">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bridge_softmix: Avoid warning about an uninitialized variable.<br><br>ASTERISK-27550<br><br>Change-Id: I8af3bd84656b685a956d498459f8db3613f68954<br>---<br>M bridges/bridge_softmix.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/20/7820/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/bridges/bridge_softmix.c b/bridges/bridge_softmix.c<br>index f82f350..2bf4f4e 100644<br>--- a/bridges/bridge_softmix.c<br>+++ b/bridges/bridge_softmix.c<br>@@ -932,7 +932,7 @@<br>      * what audio mixed.<br>   */<br>   while (!softmix_data->stop && bridge->num_active) {<br>-            struct ast_bridge_channel *bridge_channel;<br>+           struct ast_bridge_channel *bridge_channel = NULL;<br>             int timeout = -1;<br>             struct ast_format *cur_slin = ast_format_cache_get_slin_by_rate(softmix_data->internal_rate);<br>              unsigned int softmix_samples = SOFTMIX_SAMPLES(softmix_data->internal_rate, softmix_data->internal_mixing_interval);<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7820">change 7820</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/7820"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8af3bd84656b685a956d498459f8db3613f68954 </div>
<div style="display:none"> Gerrit-Change-Number: 7820 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>