1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-26 17:58:43 -05:00

Merge branch 'fix' into dev. HackRF device list closure fix.

This commit is contained in:
Edouard Griffiths 2015-10-19 08:35:18 +02:00
commit 969d471714

View File

@ -109,6 +109,7 @@ PluginInterface::SampleSourceDevices HackRFPlugin::enumSampleSources()
}
}
hackrf_device_list_free(hackrf_devices);
rc = (hackrf_error) hackrf_exit();
qDebug("HackRFPlugin::enumSampleSources: hackrf_exit: %s", hackrf_error_name(rc));