<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/14865">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ChannelizerBase: fix initialization of class members<br><br>Change-Id: I8c047c8f98e928a62dca1d7b8c003502727c086e<br>Closes: CID#149374<br>---<br>M Transceiver52M/ChannelizerBase.cpp<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/65/14865/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Transceiver52M/ChannelizerBase.cpp b/Transceiver52M/ChannelizerBase.cpp</span><br><span>index 430e260..f5b3ed4 100644</span><br><span>--- a/Transceiver52M/ChannelizerBase.cpp</span><br><span>+++ b/Transceiver52M/ChannelizerBase.cpp</span><br><span>@@ -226,7 +226,8 @@</span><br><span>  * Setup channelizer paramaters</span><br><span>  */</span><br><span> ChannelizerBase::ChannelizerBase(size_t m, size_t blockLen, size_t hLen)</span><br><span style="color: hsl(0, 100%, 40%);">- : fftInput(NULL), fftOutput(NULL), fftHandle(NULL)</span><br><span style="color: hsl(120, 100%, 40%);">+    : subFilters(NULL), hInputs(NULL), hOutputs(NULL), hist(NULL),</span><br><span style="color: hsl(120, 100%, 40%);">+          fftInput(NULL), fftOutput(NULL), fftHandle(NULL)</span><br><span> {</span><br><span>      this->m = m;</span><br><span>      this->hLen = hLen;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/14865">change 14865</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/c/osmo-trx/+/14865"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I8c047c8f98e928a62dca1d7b8c003502727c086e </div>
<div style="display:none"> Gerrit-Change-Number: 14865 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>