Commit 9f864988 authored by Max Kellermann's avatar Max Kellermann

output/Control: dispose the FilteredAudioOutput

Fixes shutdown memory leak.
parent f1ee4cad
......@@ -378,5 +378,6 @@ AudioOutputControl::FinishDestroy() noexcept
thread.Join();
output->FinishDestroy();
delete output;
output = nullptr;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment