mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Added a destroy virtual method to all source input plugin main classes
This commit is contained in:
@@ -67,6 +67,11 @@ LimeSDRInput::~LimeSDRInput()
|
||||
resumeBuddies();
|
||||
}
|
||||
|
||||
void LimeSDRInput::destroy()
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
|
||||
bool LimeSDRInput::openDevice()
|
||||
{
|
||||
if (!m_sampleFifo.setSize(96000 * 4))
|
||||
|
||||
Reference in New Issue
Block a user