1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

cppcheck fixes

This commit is contained in:
f4exb
2017-12-26 22:29:24 +01:00
parent add0a614dd
commit 85f9be7c64
3 changed files with 3 additions and 1 deletions
@@ -137,6 +137,7 @@ bool LimeSDRInput::openDevice()
if (buddyShared->m_channel == requestedChannel)
{
qCritical("LimeSDRInput::openDevice: cannot open busy channel %u", requestedChannel);
delete[] busyChannels;
return false;
}
}