Opened 19 years ago
Closed 19 years ago
Remove an unnecessary lock in mythmusic
This small patch removes a lock from mythmusic which is not necessary. The lock is only used around operations which are already atomic, a single write and a single read.
Attachments
(1)
- mythmusic.13175.txt
(1015 bytes
) - added by Russell Bryant <russell@…> 19 years ago.
Download all attachments as:
.zip
Change History
(4)
by Russell Bryant <russell@…>, 19 years ago
| Milestone: |
unknown → 0.21
|
| Owner: |
changed from Isaac Richards to stuartm
|
| Version: |
unknown → head
|
| Owner: |
changed from stuartm to paulh
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
(In [14029]) Remove an unnecessary lock in CDRipperThread.
Closes #3630. Patch by Russell Bryant.