mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
Potential fix for SDR++ not stopping on Linux
This commit is contained in:
parent
8a1df1d712
commit
659b9b1e8c
@ -433,5 +433,7 @@ int sdrpp_main(int argc, char *argv[]) {
|
||||
glfwDestroyWindow(core::window);
|
||||
glfwTerminate();
|
||||
|
||||
sigpath::signalPath.stop();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user