Opened 11 years ago

Closed 11 years ago

#11249 closed Patch - Bug Fix (Fixed)

Patch to fix a seg fault in MythTranscode

Reported by: doug@… 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)

transcode-delete.patch (532 bytes) - added by doug@… 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by doug@…

Attachment: transcode-delete.patch added

comment:1 Changed 11 years ago by stuartm

Milestone: unknown0.27

comment:2 Changed 11 years ago by cpinkham

Owner: set to cpinkham
Status: newassigned

comment:3 Changed 11 years ago by cpinkham

Resolution: Fixed
Status: assignedclosed

This fix was applied in e60e3d232 by jyavenard.

Note: See TracTickets for help on using tickets.