mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Init pointer with null
This commit is contained in:
parent
c81d13395b
commit
bb731e7890
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
CFMDownsampler::CFMDownsampler(uint16_t length) :
|
||||
m_ringBuffer(length),//length might need tweaking
|
||||
m_samplePack(0U),
|
||||
m_samplePackPointer(0U),
|
||||
m_samplePackPointer(NULL),
|
||||
m_packIndex(0U),
|
||||
m_downSampleIndex(0U)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue