alloca() 'frees' memory when the function returns, not when we exit
authorMonty <xiphmont@xiph.org>
Sat, 18 Dec 1999 18:58:20 +0000 (18:58 +0000)
committerMonty <xiphmont@xiph.org>
Sat, 18 Dec 1999 18:58:20 +0000 (18:58 +0000)
commit4ca7b121716646ce6597216b630a5eb5c8671488
tree5fae9b2393cd5f6dd3389b745f0c52a90fb1d818
parentd0f4e2292e21b1e493bbdf0dba751e5440bfe9c2
alloca() 'frees' memory when the function returns, not when we exit
local scope.

Monty

svn path=/trunk/vorbis/; revision=205
vq/train.c