Skip to content
  • Timothy B. Terriberry's avatar
    Fix a memory leak in the FLAC decoder. · 6f256f60
    Timothy B. Terriberry authored
    resize_buffer() would only free the channel buffers when the
     channel count changed, not when the size of the buffer changed,
     even though it allocated new buffers in both cases.
    
    svn path=/trunk/vorbis-tools/; revision=18382
    6f256f60