Opened 20 years ago
Closed 20 years ago
#1677 closed patch (fixed)
Change locks in dvbsiparser.cpp to QMutexLocker's
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
There's a mismatched mutex lock in dvbsiparser. Attached patch changes to QMutexLockers to make it harder to do again.
Attachments (1)
Change History (3)
by , 20 years ago
Attachment: | dvbsiparser.diff added |
---|
comment:1 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [9709]) Closes #1677. Cleanup patch from Ivor.