mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
All plugins: removed apply settings in constructors as it causes segfaults
This commit is contained in:
@@ -53,8 +53,6 @@ BladerfInput::BladerfInput(DeviceSourceAPI *deviceAPI) :
|
||||
m_deviceAPI->addSink(m_fileSink);
|
||||
|
||||
m_deviceAPI->setBuddySharedPtr(&m_sharedParams);
|
||||
|
||||
applySettings(m_settings, false);
|
||||
}
|
||||
|
||||
BladerfInput::~BladerfInput()
|
||||
|
||||
Reference in New Issue
Block a user