mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -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_close(rig);
|
||||||
|
rig_cleanup(rig);
|
||||||
|
|
||||||
std::cout << "Rig thread exiting." << std::endl;
|
std::cout << "Rig thread exiting." << std::endl;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user