Page MenuHomeFreeBSD

D53527.id.diff
No OneTemporary

D53527.id.diff

diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c
--- a/sys/dev/sound/pcm/channel.c
+++ b/sys/dev/sound/pcm/channel.c
@@ -1373,8 +1373,8 @@
}
free_unr(chn_getunr(d, c->type), c->unit);
feeder_remove(c);
- if (c->devinfo && CHANNEL_FREE(c->methods, c->devinfo))
- sndbuf_free(b);
+ if (c->devinfo)
+ CHANNEL_FREE(c->methods, c->devinfo);
if (bs) {
knlist_clear(&bs->sel.si_note, 0);
knlist_destroy(&bs->sel.si_note);

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 14, 11:31 AM (20 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29598988
Default Alt Text
D53527.id.diff (454 B)

Event Timeline