kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Merge pull request #1013 from sergeyvfx/fix_empty_limesdr_crash
Fix crash starting LimeSDR source without devicepull/1017/head
commit
19247ef4f2
|
@ -319,6 +319,7 @@ private:
|
|||
static void start(void* ctx) {
|
||||
LimeSDRSourceModule* _this = (LimeSDRSourceModule*)ctx;
|
||||
if (_this->running) { return; }
|
||||
if (_this->selectedDevName.empty()) { return; }
|
||||
|
||||
// Open device
|
||||
_this->openDev = NULL;
|
||||
|
|
Ładowanie…
Reference in New Issue