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

Michael Smith msmith at xiph.org
Sat Mar 30 06:11:53 PST 2002



msmith      02/03/30 06:11:53

  Modified:    lib      time0.c
  Log:
  ok, today is stupid-day for me. Previous change broke decode, I didn't look
  closely enough at what I was doing and assumed that was encode-only.
  
  I'll fix this properly when I'm actually awake, I guess.

Revision  Changes    Path
1.13      +1 -2      vorbis/lib/time0.c

Index: time0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/time0.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- time0.c	2002/03/30 14:02:53	1.12
+++ time0.c	2002/03/30 14:11:53	1.13
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: time backend 0 (dummy)
- last mod: $Id: time0.c,v 1.12 2002/03/30 14:02:53 msmith Exp $
+ last mod: $Id: time0.c,v 1.13 2002/03/30 14:11:53 msmith Exp $
 
  ********************************************************************/
 
@@ -36,7 +36,6 @@
   return "";
 }
 static void time0_free_info(vorbis_info_time *i){
-    free(i); /* Dummy time mapping parameter */
 }
 static void time0_free_look(vorbis_look_time *i){
 }

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