[xiph-cvs] cvs commit: vorbis/lib psy.c

Monty xiphmont at xiph.org
Sun Jan 21 22:32:03 PST 2001



xiphmont    01/01/21 22:32:02

  Modified:    lib      psy.c
  Log:
  Have to free the noiseoffset array in psy_clear

Revision  Changes    Path
1.36      +2 -1      vorbis/lib/psy.c

Index: psy.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psy.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- psy.c	2001/01/22 01:38:25	1.35
+++ psy.c	2001/01/22 06:32:02	1.36
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: psychoacoustics not including preecho
- last mod: $Id: psy.c,v 1.35 2001/01/22 01:38:25 xiphmont Exp $
+ last mod: $Id: psy.c,v 1.36 2001/01/22 06:32:02 xiphmont Exp $
 
  ********************************************************************/
 
@@ -323,6 +323,7 @@
       }
       _ogg_free(p->tonecurves);
       _ogg_free(p->noisemedian);
+      _ogg_free(p->noiseoffset);
       _ogg_free(p->peakatt);
     }
     memset(p,0,sizeof(vorbis_look_psy));

--- >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