Potential fix for SDR++ not stopping on Linux

This commit is contained in:
Ryzerth 2021-06-29 15:52:35 +02:00
parent 8a1df1d712
commit 659b9b1e8c

View File

@ -433,5 +433,7 @@ int sdrpp_main(int argc, char *argv[]) {
glfwDestroyWindow(core::window);
glfwTerminate();
sigpath::signalPath.stop();
return 0;
}