forked from len0rd/rockbox
FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a0c3f9763
commit
0bed2be414
5 changed files with 98 additions and 43 deletions
|
@ -130,6 +130,7 @@ next_track:
|
|||
error = CODEC_ERROR;
|
||||
goto exit;
|
||||
}
|
||||
ogg_malloc_init();
|
||||
|
||||
while (!*ci->taginfo_ready && !ci->stop_codec)
|
||||
ci->sleep(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue