mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 05:38:47 -04:00
Separate construction/destruction for the sink output plugin core and the GUI
This commit is contained in:
@@ -51,6 +51,11 @@ BladerfOutput::~BladerfOutput()
|
||||
m_deviceAPI->setBuddySharedPtr(0);
|
||||
}
|
||||
|
||||
void BladerfOutput::destroy()
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
|
||||
bool BladerfOutput::openDevice()
|
||||
{
|
||||
if (m_dev != 0)
|
||||
|
||||
Reference in New Issue
Block a user