Commit d19b3df3 authored by Max Kellermann's avatar Max Kellermann

test/run_output: call AudioOutput::Drain()

parent 798e68ef
......@@ -162,6 +162,8 @@ RunOutput(AudioOutput &ao, AudioFormat audio_format,
buffer.Consume(consumed);
}
ao.Drain();
}
int main(int argc, char **argv)
......
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