Opened 14 years ago

Closed 13 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@… 14 years ago.

Download all attachments as: .zip

Change History (4)

by doug@…, 14 years ago

Attachment: transcode-delete.patch added

comment:1 by stuartm, 14 years ago

Milestone: unknown0.27

comment:2 by cpinkham, 14 years ago

Owner: set to cpinkham
Status: newassigned

comment:3 by cpinkham, 13 years ago

Resolution: Fixed
Status: assignedclosed

This fix was applied in e60e3d232 by jyavenard.

Note: See TracTickets for help on using tickets.