]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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".


No differences found