mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
Potential fix for SDR++ not stopping on Linux
This commit is contained in:
@ -433,5 +433,7 @@ int sdrpp_main(int argc, char *argv[]) {
|
||||
glfwDestroyWindow(core::window);
|
||||
glfwTerminate();
|
||||
|
||||
sigpath::signalPath.stop();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user