mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 04:08:36 -05: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…
Reference in New Issue
Block a user