Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147002172
D45979.id141462.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
347 B
Referenced Files
None
Subscribers
None
D45979.id141462.diff
View Options
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
@@ -1365,6 +1365,8 @@
if (CHN_LOCKOWNED(c))
CHN_UNLOCK(c);
if (ret) {
+ while (chn_removefeeder(c) == 0)
+ ;
if (c->devinfo) {
if (CHANNEL_FREE(c->methods, c->devinfo))
sndbuf_free(b);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 8, 12:08 PM (12 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29405209
Default Alt Text
D45979.id141462.diff (347 B)
Attached To
Mode
D45979: sound: Fix memory leak in chn_init()
Attached
Detach File
Event Timeline
Log In to Comment