From 293836494de519769af8d672becd2e4e6f8fb0ef Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Aug 2011 22:28:15 +0200 Subject: output_control: move code to audio_output_destruct() .. and destruct the output object properly in test/run_output. --- src/output_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/output_internal.h') diff --git a/src/output_internal.h b/src/output_internal.h index 384b8791f..873ec8532 100644 --- a/src/output_internal.h +++ b/src/output_internal.h @@ -245,4 +245,7 @@ audio_output_command_is_finished(const struct audio_output *ao) return ao->command == AO_COMMAND_NONE; } +void +audio_output_destruct(struct audio_output *ao); + #endif -- cgit v1.2.3