mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Web API and related: fixed memory leaks and some malfunctions
This commit is contained in:
@@ -264,7 +264,7 @@ void PerseusInput::closeDevice()
|
||||
{
|
||||
if (m_perseusDescriptor)
|
||||
{
|
||||
perseus_stop_async_input(m_perseusDescriptor);
|
||||
if (m_running) { stop(); }
|
||||
perseus_close(m_perseusDescriptor);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user