Opened 17 years ago

Closed 17 years ago

#3630 closed patch (fixed)

Remove an unnecessary lock in mythmusic

Reported by: Russell Bryant <russell@…> Owned by: paulh
Priority: minor Milestone: 0.21
Component: mythmusic Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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@…> 17 years ago.

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by Russell Bryant <russell@…>

Attachment: mythmusic.13175.txt added

comment:1 Changed 17 years ago by stuartm

Milestone: unknown0.21
Owner: changed from Isaac Richards to stuartm
Version: unknownhead

comment:2 Changed 17 years ago by stuartm

Owner: changed from stuartm to paulh

comment:3 Changed 17 years ago by paulh

Resolution: fixed
Status: newclosed

(In [14029]) Remove an unnecessary lock in CDRipperThread.

Closes #3630. Patch by Russell Bryant.

Note: See TracTickets for help on using tickets.