Missing rig_cleanup

This commit is contained in:
Charles J. Cliffe 2016-01-03 23:52:53 -05:00
parent 08dc9af1c5
commit 947641bbea
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ void RigThread::run() {
}
rig_close(rig);
rig_cleanup(rig);
std::cout << "Rig thread exiting." << std::endl;
};