output/Filtered: eliminate FinishDestroy()
This is implicitly done by the destructor.
This commit is contained in:
@@ -377,7 +377,6 @@ AudioOutputControl::FinishDestroy() noexcept
|
||||
if (thread.IsDefined())
|
||||
thread.Join();
|
||||
|
||||
output->FinishDestroy();
|
||||
delete output;
|
||||
output = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user