1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-26 01:39:05 -05:00

Fixed buddies list handling at buddy termination time. Fixes #359

This commit is contained in:
f4exb 2019-06-04 07:08:59 +02:00
parent dd2e470b8e
commit e061a45e62

View File

@ -725,7 +725,7 @@ void DeviceAPI::removeSinkBuddy(DeviceAPI* buddy)
qPrintable(buddy->getSamplingDeviceSerial()),
(quint64) (*it),
(quint64) this);
m_sourceBuddies.erase(it);
m_sinkBuddies.erase(it);
return;
}
}