Monty - there may be a better/cleaner way to do this, but it wasn't obvious
to me. (the memory is allocated in vorbisenc.c, this frees it in time0.c)
svn path=/trunk/vorbis/; revision=3203
********************************************************************
function: time backend 0 (dummy)
- last mod: $Id: time0.c,v 1.11 2001/12/20 01:00:30 segher Exp $
+ last mod: $Id: time0.c,v 1.12 2002/03/30 14:02:53 msmith Exp $
********************************************************************/
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){
}