mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
SDRDaemon device plugins migration to Remote device: final changes to remove daemon references. Updated version and Debian changelog
This commit is contained in:
@@ -39,7 +39,7 @@ RemoteDataQueue::~RemoteDataQueue()
|
||||
|
||||
while ((data = pop()) != 0)
|
||||
{
|
||||
qDebug() << "SDRDaemonDataQueue::~SDRDaemonDataQueue: data block was still in queue";
|
||||
qDebug() << "RemoteDataQueue::~RemoteDataQueue: data block was still in queue";
|
||||
delete data;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user