mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
more bugfix on the module manager and audio streams
This commit is contained in:
@ -248,7 +248,8 @@ public:
|
||||
}
|
||||
|
||||
~AudioSinkModule() {
|
||||
|
||||
// Unregister sink, this will automatically stop and delete all instances of the audio sink
|
||||
sigpath::sinkManager.unregisterSinkProvider("Audio");
|
||||
}
|
||||
|
||||
void postInit() {}
|
||||
|
Reference in New Issue
Block a user