mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-03 13:47:50 -04:00
Fixed HackRF list of devices not freed before exit
This commit is contained in:
parent
04d5f56cb2
commit
687783ce5b
@ -109,6 +109,7 @@ PluginInterface::SampleSourceDevices HackRFPlugin::enumSampleSources()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hackrf_device_list_free(hackrf_devices);
|
||||||
rc = (hackrf_error) hackrf_exit();
|
rc = (hackrf_error) hackrf_exit();
|
||||||
qDebug("HackRFPlugin::enumSampleSources: hackrf_exit: %s", hackrf_error_name(rc));
|
qDebug("HackRFPlugin::enumSampleSources: hackrf_exit: %s", hackrf_error_name(rc));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user