Zero out voice buffer memory immediately after allocation.
commit8bbd4d91a0d7a2933b3bec4cb74da50016e8dd1e
authorMichael Sevakis <jethead71@rockbox.org>
Thu, 17 May 2012 15:16:20 +0000 (17 11:16 -0400)
committerMichael Sevakis <jethead71@rockbox.org>
Thu, 17 May 2012 15:16:20 +0000 (17 11:16 -0400)
tree1c65dc044cc002588fd467e95c2555fc0cc83918
parent7909bf039f6e5984b5a037d3de69128f02408223
Zero out voice buffer memory immediately after allocation.

Can't wait for the voice thread to initialize it since it concievably
could be moved before the voice thread actually does so and the move
callback accesses data that must be first set up in the voice thread
function.

Change-Id: Ia0d09539854db85e132e09d26cb129f02f5d93ff
apps/voice_thread.c