Fix a small (4 byte per encode) memory leak.
authorMike Smith <msmith@xiph.org>
Sat, 30 Mar 2002 14:02:53 +0000 (14:02 +0000)
committerMike Smith <msmith@xiph.org>
Sat, 30 Mar 2002 14:02:53 +0000 (14:02 +0000)
commit06d003625beea37c84956a037e2c59d6de1da85d
treeec5a46fbfc3b74e87b0600331ff8bf8853f4bed4
parent34f3bbd35b91cab169052d56ad9a056cc01d7734
Fix a small (4 byte per encode) memory leak.
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
lib/time0.c