diff options
Diffstat (limited to 'src/xine-engine/audio_decoder.c')
-rw-r--r-- | src/xine-engine/audio_decoder.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index 19510a3c7..8ae8d2901 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.c,v 1.60 2002/02/18 15:55:44 guenter Exp $ + * $Id: audio_decoder.c,v 1.61 2002/03/01 09:29:50 guenter Exp $ * * * functions that implement audio decoding @@ -302,6 +302,7 @@ void audio_decoder_shutdown (xine_t *this) { if(this->audio_out) this->audio_out->exit (this->audio_out); + this->audio_fifo->dispose (this->audio_fifo); } int xine_get_audio_channel (xine_t *this) { |