[mythtv-commits] Ticket #3381: Fix memory leak and other minor pthread usage issues in FIFOWriter

MythTV mythtv at cvs.mythtv.org
Tue May 1 02:17:19 UTC 2007


#3381: Fix memory leak and other minor pthread usage issues in FIFOWriter
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  stuarta
     Type:  patch      |       Status:  new    
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  head   
 Severity:  medium     |   Resolution:         
-----------------------+----------------------------------------------------

Comment(by russell at russellbryant.net):

 I have attached a second patch: fifowriter.rev2.patch, which addresses the
 original concerns as well as the following:

  * Converts the locks and thread conditions in FIFOWriter from using the
 pthread API directly, to using QMutex and QWaitCondition.
  * Converts the locks and thread conditions in HDTVRecorder to the same.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3381#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list