[mythtv-commits] Ticket #4958: dynlib dvdcss_library handle leak

MythTV mythtv at cvs.mythtv.org
Sat Mar 15 01:14:16 UTC 2008


#4958: dynlib dvdcss_library handle leak
---------------------------------------------+------------------------------
 Reporter:  Erik Hovland <erik at hovland.org>  |       Owner:  ijr    
     Type:  defect                           |      Status:  new    
 Priority:  minor                            |   Milestone:  unknown
Component:  mythtv                           |     Version:  head   
 Severity:  low                              |     Mlocked:  0      
---------------------------------------------+------------------------------
 The dynlib handle to the dvdcss library will be leaked if dlclose is not
 called on the library when finished. The dlclose will cause the ref count
 on the handle to be decremented so that the system can reclaim it when it
 needs to.

 I swear this is the last time I will submit a ticket for a dlclose defect
 in libmythdvdnav.

 Note that this is a very minor leak as it will not cause the leak to keep
 growing. It is only to be as correct as possible.

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


More information about the mythtv-commits mailing list