Opened 14 years ago
Closed 13 years ago
#11249 closed Patch - Bug Fix (Fixed)
Patch to fix a seg fault in MythTranscode
| Reported by: | Owned by: | cpinkham | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | MythTV - Mythtranscode | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
At the end of MythTranscode it tries to delete its VideoDecodeBuffer. VideoDecodeBuffer is a QRunnable which will have already been deleted by its pool and thus causes a seg fault. The attached patch just removes the delete and adds a comment as to why.
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | transcode-delete.patch added |
|---|
comment:1 by , 14 years ago
| Milestone: | unknown → 0.27 |
|---|
comment:2 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 13 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

This fix was applied in e60e3d232 by jyavenard.