mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 05:22:25 -04:00
VOR localizer feature: fixed segfault on exit
This commit is contained in:
parent
c646bacf8b
commit
c892ed558d
@ -395,11 +395,8 @@ void VorLocalizerWorker::updateChannels()
|
|||||||
|
|
||||||
for (auto rrChannel : rrPlan.m_channels)
|
for (auto rrChannel : rrPlan.m_channels)
|
||||||
{
|
{
|
||||||
qDebug() << "VorLocalizerWorker::updateChannels: RR channel: "
|
qDebug("VorLocalizerWorker::updateChannels: RR channel: %p index: %d shift: %d navId: %d",
|
||||||
<< "channel:" << rrChannel.m_channelAPI
|
rrChannel.m_channelAPI, rrChannel.m_channelIndex, rrChannel.m_frequencyShift, rrChannel.m_navId);
|
||||||
<< "index:" << rrChannel.m_channelIndex
|
|
||||||
<< "shift:" << rrChannel.m_frequencyShift
|
|
||||||
<< "navId:" << rrChannel.m_navId;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user