Commit a3f2363b authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

ALSA<-OSS sequencer
remove superfluous snd_seq_oss_readq_clear call
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent ad1d574d
......@@ -74,7 +74,6 @@ void
snd_seq_oss_readq_delete(seq_oss_readq_t *q)
{
if (q) {
snd_seq_oss_readq_clear(q); /* to be sure */
if (q->q)
kfree(q->q);
kfree(q);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment