[xiph-cvs] cvs commit: ices/src audio.c

Michael Smith msmith at xiph.org
Sun Aug 11 14:47:03 PDT 2002



msmith      02/08/11 17:47:03

  Modified:    src      audio.c
  Log:
  res_clear() was missing.

Revision  Changes    Path
1.4       +2 -1      ices/src/audio.c

Index: audio.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/audio.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audio.c	10 Aug 2002 04:50:00 -0000	1.3
+++ audio.c	11 Aug 2002 21:47:03 -0000	1.4
@@ -2,7 +2,7 @@
  * stereo->mono downmixing
  * resampling
  *
- * $Id: audio.c,v 1.3 2002/08/10 04:50:00 msmith Exp $
+ * $Id: audio.c,v 1.4 2002/08/11 21:47:03 msmith Exp $
  *
  * Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
  *
@@ -113,6 +113,7 @@
                 free(s->convbuf[c]);
             free(s->convbuf);
         }
+        res_clear(&s->resampler);
         free(s);
     }
 }

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list