ok, today is stupid-day for me. Previous change broke decode, I didn't look
authorMike Smith <msmith@xiph.org>
Sat, 30 Mar 2002 14:11:53 +0000 (14:11 +0000)
committerMike Smith <msmith@xiph.org>
Sat, 30 Mar 2002 14:11:53 +0000 (14:11 +0000)
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.

svn path=/trunk/vorbis/; revision=3205

lib/time0.c

index fa933261b30421fdd94cea48ad1e6aac8dbdbbaa..b1ec84e3b503a0ede3f9b7d2f8616375012c98a0 100644 (file)
@@ -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 @@ static vorbis_look_time *time0_look (vorbis_dsp_state *vd,vorbis_info_mode *mi,
   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){
 }