Removing reference to 'decoded_data' as this variable was removed by another commit

This commit is contained in:
Julien Ropé 2012-05-10 12:51:16 +02:00
parent bbb48783e3
commit ffbbc13496
1 changed files with 0 additions and 2 deletions

View File

@ -260,8 +260,6 @@ static void rdpsnd_alsa_play(rdpsndDevicePlugin* device, uint8* data, int size)
if ((size % sbytes_per_frame) != 0)
{
DEBUG_WARN("error len mod");
if (decoded_data)
xfree(decoded_data);
return;
}