Fix FS#12234 - Simulator crashes when playing mp3 file with cuesheet. The cuesheet...
commitc3e5625a7f86f263ca894fb31e4ae3cd54f8f3d3
authorMichael Sevakis <jethead71@rockbox.org>
Mon, 22 Aug 2011 00:14:56 +0000 (22 00:14 +0000)
committerMichael Sevakis <jethead71@rockbox.org>
Mon, 22 Aug 2011 00:14:56 +0000 (22 00:14 +0000)
treebcb873c5f05f865f8b98bc77f21e4db8b73a4adb
parent29b5b32c33397f8b8d4cef7a3ad27f212ea2ec1a
Fix FS#12234 - Simulator crashes when playing mp3 file with cuesheet. The cuesheet in a lookahead mp3entry should not be taken to be valid, since it won't be the cue for the current track. Be sure id3->cuesheet is set NULL if grabbing the info from the buffer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30337 a1c6a512-1295-4272-9138-f99709370657
apps/playback.c