aft.c: Fix a memory leak in open_and_update_audio_file().
authorAndre Noll <maan@systemlinux.org>
Thu, 17 Jan 2008 20:59:01 +0000 (21:59 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 17 Jan 2008 20:59:01 +0000 (21:59 +0100)
commit33fe4df2e6e28ea5972ccbfc15e6131e919ab177
tree28300b5b595ec3833f0feeeaa2791d949752a99e
parent9155acc014fef7023501789e877ce21fd570c284
aft.c: Fix a memory leak in open_and_update_audio_file().

If make_status_items() fails, we return an error but
do not free the chunk table buffer.

Also get rid of a pointless "goto err".
aft.c