Opened 21 years ago
Closed 21 years ago
#1182 closed defect (fixed)
Audio error paths without unlocking mutexes
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Browsing through the source code I found an error return path in libs/libmyth/audiooutputbase.cpp that leaves the mutex:es locked. Haven't seen the error messages anywher in the logs but it doesn't hurt fixing this. Patch attached.
Attachments (1)
Change History (2)
by , 21 years ago
| Attachment: | mythtvaudio.patch added |
|---|
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [8821]) Fixes #1182, by applying patch from dag at newtech. Thanks, Dag.