output/Control: dispose the FilteredAudioOutput
Fixes shutdown memory leak.
This commit is contained in:
@@ -378,5 +378,6 @@ AudioOutputControl::FinishDestroy() noexcept
|
|||||||
thread.Join();
|
thread.Join();
|
||||||
|
|
||||||
output->FinishDestroy();
|
output->FinishDestroy();
|
||||||
|
delete output;
|
||||||
output = nullptr;
|
output = nullptr;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user