mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Added a destroy virtual method to all source input plugin main classes
This commit is contained in:
@@ -58,6 +58,11 @@ PlutoSDRInput::~PlutoSDRInput()
|
||||
resumeBuddies();
|
||||
}
|
||||
|
||||
void PlutoSDRInput::destroy()
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
|
||||
bool PlutoSDRInput::start()
|
||||
{
|
||||
if (!m_deviceShared.m_deviceParams->getBox()) {
|
||||
|
||||
Reference in New Issue
Block a user