mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 13:32:26 -04:00
Fixed buddies list handling at buddy termination time. Fixes #359
This commit is contained in:
parent
dd2e470b8e
commit
e061a45e62
@ -725,7 +725,7 @@ void DeviceAPI::removeSinkBuddy(DeviceAPI* buddy)
|
|||||||
qPrintable(buddy->getSamplingDeviceSerial()),
|
qPrintable(buddy->getSamplingDeviceSerial()),
|
||||||
(quint64) (*it),
|
(quint64) (*it),
|
||||||
(quint64) this);
|
(quint64) this);
|
||||||
m_sourceBuddies.erase(it);
|
m_sinkBuddies.erase(it);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user