From d19b3df3b09913743a80adf79517ad5d11e3b619 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Mar 2021 22:20:54 +0100 Subject: test/run_output: call AudioOutput::Drain() --- test/run_output.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/run_output.cxx b/test/run_output.cxx index 6d917600d..bc6782c32 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -162,6 +162,8 @@ RunOutput(AudioOutput &ao, AudioFormat audio_format, buffer.Consume(consumed); } + + ao.Drain(); } int main(int argc, char **argv) -- cgit v1.2.3