mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 02:48:31 +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);
|
glfwDestroyWindow(core::window);
|
||||||
glfwTerminate();
|
glfwTerminate();
|
||||||
|
|
||||||
|
sigpath::signalPath.stop();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user