]> git.tuebingen.mpg.de Git - paraslash.git/commit
aac_afh.c: free the inbuffer already in aac_get_file_info()
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 17:11:37 +0000 (18:11 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 17:11:37 +0000 (18:11 +0100)
commitc1424e4c5beab718e88f7c278ffae5a4bd1e85db
tree60b1daddad5f674511c34efe507fcecc7a606758
parentbe6c2a6c1f1e722d5163811d070131d345b58e66
aac_afh.c: free the inbuffer already in aac_get_file_info()

No need to wait for this until the audio file gets closed. This
patch also fixes two occurences of a bug where the length of the
input buffer was not set correctly.
aac_afh.c