output/Filtered: eliminate FinishDestroy()

This is implicitly done by the destructor.
This commit is contained in:
Max Kellermann
2018-01-04 10:05:31 +01:00
parent 9f8649884b
commit 7e4e32cfe0
3 changed files with 0 additions and 8 deletions

View File

@@ -377,7 +377,6 @@ AudioOutputControl::FinishDestroy() noexcept
if (thread.IsDefined())
thread.Join();
output->FinishDestroy();
delete output;
output = nullptr;
}