Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173204325
D45939.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
361 B
Referenced Files
None
Subscribers
None
D45939.diff
View Options
diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c
--- a/sys/dev/sound/midi/sequencer.c
+++ b/sys/dev/sound/midi/sequencer.c
@@ -750,6 +750,7 @@
mtx_lock(&scp->seq_lock);
if (scp->busy) {
mtx_unlock(&scp->seq_lock);
+ midistat_unlock();
SEQ_DEBUG(2, printf("seq_open: unit %d is busy.\n", scp->unit));
return EBUSY;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 25, 7:03 AM (11 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39586868
Default Alt Text
D45939.diff (361 B)
Attached To
Mode
D45939: sound: drop midistat lock in error path
Attached
Detach File
Event Timeline
Log In to Comment