[mythtv-commits] Ticket #11249: Patch to fix a seg fault in MythTranscode

MythTV noreply at mythtv.org
Wed Nov 21 18:05:25 UTC 2012


#11249: Patch to fix a seg fault in MythTranscode
-------------------------+----------------------------------------
 Reporter:  doug@…       |           Type:  Patch - Bug Fix
   Status:  new          |       Priority:  minor
Milestone:  unknown      |      Component:  MythTV - Mythtranscode
  Version:  Master Head  |       Severity:  medium
 Keywords:               |  Ticket locked:  0
-------------------------+----------------------------------------
 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.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11249>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list