mirror of https://github.com/FreeRDP/FreeRDP
Removing reference to 'decoded_data' as this variable was removed by another commit
This commit is contained in:
parent
bbb48783e3
commit
ffbbc13496
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue