more bugfix on the module manager and audio streams

This commit is contained in:
Ryzerth
2021-07-26 15:54:33 +02:00
parent fa9347f2ee
commit 646fe4fd02
6 changed files with 89 additions and 14 deletions

View File

@@ -293,6 +293,7 @@ public:
}
~AudioSinkModule() {
sigpath::sinkManager.unregisterSinkProvider("Audio");
Pa_Terminate();
}