summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/run_output.cxx2
1 files changed, 2 insertions, 0 deletions
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)