mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-03-30 19:55:55 -04:00
Missing rig_cleanup
This commit is contained in:
parent
08dc9af1c5
commit
947641bbea
@ -83,6 +83,7 @@ void RigThread::run() {
|
||||
}
|
||||
|
||||
rig_close(rig);
|
||||
rig_cleanup(rig);
|
||||
|
||||
std::cout << "Rig thread exiting." << std::endl;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user