[mythtv-commits] Ticket #4601: memory leak in MP3ADUdeinterleaver

MythTV mythtv at cvs.mythtv.org
Wed Feb 6 01:18:32 UTC 2008


#4601: memory leak in MP3ADUdeinterleaver
------------------------------+---------------------------------------------
 Reporter:  erik at hovland.org  |       Owner:  ijr    
     Type:  patch             |      Status:  new    
 Priority:  trivial           |   Milestone:  0.21   
Component:  mythtv            |     Version:  unknown
 Severity:  medium            |     Mlocked:  0      
------------------------------+---------------------------------------------
 The class MP3ADUdeinterleaver allocates a new frames object in the
 constructor. But there is no corresponding delete in the destructor.

 This would cause a small memory leak if objects of this class are
 instantiated.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4601>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list