summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_decoder.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-03-01 09:29:49 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-03-01 09:29:49 +0000
commit99a4dbf75cc3f7a40354b6c6596f4ea7aa373c52 (patch)
tree806a86599b236768bb1742f16d88053d5418d931 /src/xine-engine/audio_decoder.c
parentfa19bf6548378144d233d9cd3b898b98c97f3748 (diff)
downloadxine-lib-99a4dbf75cc3f7a40354b6c6596f4ea7aa373c52.tar.gz
xine-lib-99a4dbf75cc3f7a40354b6c6596f4ea7aa373c52.tar.bz2
memleak fixes from ewald snel
CVS patchset: 1535 CVS date: 2002/03/01 09:29:49
Diffstat (limited to 'src/xine-engine/audio_decoder.c')
-rw-r--r--src/xine-engine/audio_decoder.c3
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) {