Initialize frequency

This commit is contained in:
Stanisław Pitucha 2016-01-29 20:08:33 +11:00
parent c4dac53532
commit 77b2d54870
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <vector>
#include <deque>
SDRPostThread::SDRPostThread() : IOThread(), buffers("SDRPostThreadBuffers"), visualDataBuffers("SDRPostThreadVisualDataBuffers") {
SDRPostThread::SDRPostThread() : IOThread(), buffers("SDRPostThreadBuffers"), visualDataBuffers("SDRPostThreadVisualDataBuffers"), frequency(0) {
iqDataInQueue = NULL;
iqDataOutQueue = NULL;
iqVisualQueue = NULL;