mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 19:14:15 -04:00
FT8 support: plan destructor
This commit is contained in:
@@ -33,6 +33,15 @@ QMutex FT8Plans::m_globalPlanMutex;
|
||||
FT8Plans::FT8Plans()
|
||||
{}
|
||||
|
||||
FT8Plans::~FT8Plans()
|
||||
{
|
||||
qDebug("FT8::FT8Plans::~FT8Plans: %lu plans to delete", m_plans.size());
|
||||
|
||||
for (auto& plan : m_plans) {
|
||||
delete plan;
|
||||
}
|
||||
}
|
||||
|
||||
FT8Plans *FT8Plans::GetInstance()
|
||||
{
|
||||
if (!m_instance) {
|
||||
|
||||
Reference in New Issue
Block a user