[mythtv-commits] Ticket #4657: dvdnav needs to drop locks when it fails

MythTV mythtv at cvs.mythtv.org
Wed Feb 13 20:30:20 UTC 2008


#4657: dvdnav needs to drop locks when it fails
---------------------------------------------+------------------------------
 Reporter:  Erik Hovland <erik at hovland.org>  |       Owner:  ijr 
     Type:  patch                            |      Status:  new 
 Priority:  minor                            |   Milestone:  0.21
Component:  mythtv                           |     Version:  head
 Severity:  low                              |     Mlocked:  0   
---------------------------------------------+------------------------------
 In libmythdvdnav, in the files dvdnav.c and searching.c there are a few
 error conditions where the thread lock is not dropped even though the
 function is going down the fail code path.

 Since it is likely that the program will bow out in these paths, it isn't
 a big deal. But it is a good idea to give up any locks you might have when
 you don't need them.

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


More information about the mythtv-commits mailing list