Repaired 'I must have been boozing' memory management in vorbisfile.a
authorMonty <xiphmont@xiph.org>
Fri, 10 Mar 2000 13:21:18 +0000 (13:21 +0000)
committerMonty <xiphmont@xiph.org>
Fri, 10 Mar 2000 13:21:18 +0000 (13:21 +0000)
commitf894be654bb8b1a79e7a49cecdb8580064f831f1
tree1874a2a2107c21f69ca66731eba98557a0062926
parent83abb6a7aa99a79b762acca2a9451a50d8b64383
Repaired 'I must have been boozing' memory management in vorbisfile.a
Cleaned up every known memory leak (with the help of a malloc tracker,
see lib/misc.c and lib/misc.h for details).

Monty

svn path=/trunk/vorbis/; revision=276
18 files changed:
examples/chaining_example.c
lib/analysis.c
lib/bitwise.c
lib/block.c
lib/codebook.c
lib/envelope.c
lib/floor0.c
lib/framing.c
lib/info.c
lib/lsp.c
lib/mdct.c
lib/misc.h
lib/psy.c
lib/registry.c
lib/smallft.c
lib/time0.c
lib/vorbisfile.c
lib/window.c