diff libmpcodecs/ad_libvorbis.c @ 13641:a22f1b86ec0f

some memory leaks fixed
author reimar
date Thu, 14 Oct 2004 15:09:35 +0000
parents e94036364011
children 4a6b79a1ad52
line wrap: on
line diff
--- a/libmpcodecs/ad_libvorbis.c	Thu Oct 14 13:03:03 2004 +0000
+++ b/libmpcodecs/ad_libvorbis.c	Thu Oct 14 15:09:35 2004 +0000
@@ -164,6 +164,7 @@
 static void uninit(sh_audio_t *sh)
 {
   struct ov_struct_st *ov = sh->context;
+  vorbis_dsp_clear(&ov->vd);
   vorbis_block_clear(&ov->vb);
   vorbis_info_clear(&ov->vi);
   free(ov);