[mythtv-commits] Ticket #5443: HD-PVR support

MythTV mythtv at cvs.mythtv.org
Sat Jun 21 03:55:40 UTC 2008


#5443: HD-PVR support
------------------------------+---------------------------------------------
 Reporter:  jppoet at gmail.com  |        Owner:  danielk 
     Type:  enhancement       |       Status:  assigned
 Priority:  minor             |    Milestone:  unknown 
Component:  mythtv            |      Version:  unknown 
 Severity:  medium            |   Resolution:          
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by Erik Hovland <erik at hovland.org>):

 Revision 17505 introduced a possible memory leak with tspacket_fake if the
 member function ProcessTSPacket() returned early.

 The attached patch changes tspacket_fake to an auto_ptr to avoid that and
 clean up the code a little. But the leak could be fixed by adding a
 check/delete at the return before the buffer write.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5443#comment:16>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list