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

Michael Smith msmith at xiph.org
Mon Nov 12 22:04:32 PST 2001



msmith      01/11/12 22:04:31

  Modified:    lib      floor1.c
  Log:
  Use _ogg_free() instea of free() in one place.

Revision  Changes    Path
1.17      +2 -2      vorbis/lib/floor1.c

Index: floor1.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/floor1.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- floor1.c	2001/10/02 00:14:31	1.16
+++ floor1.c	2001/11/13 06:04:31	1.17
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: floor backend 1 implementation
- last mod: $Id: floor1.c,v 1.16 2001/10/02 00:14:31 segher Exp $
+ last mod: $Id: floor1.c,v 1.17 2001/11/13 06:04:31 msmith Exp $
 
  ********************************************************************/
 
@@ -90,7 +90,7 @@
             (float)(look->postbits+look->phrasebits)/look->frames);*/
 
     memset(look,0,sizeof(*look));
-    free(look);
+    _ogg_free(look);
   }
 }
 

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