[mythtv-commits] Ticket #3624: Code cleanup patch to remove redundant NULL checks

MythTV mythtv at cvs.mythtv.org
Sat Jun 16 15:26:32 UTC 2007


#3624: Code cleanup patch to remove redundant NULL checks
--------------------------------------------------------+-------------------
 Reporter:  Russell Bryant <russell at russellbryant.net>  |        Owner:  ijr    
     Type:  patch                                       |       Status:  closed 
 Priority:  minor                                       |    Milestone:  unknown
Component:  mythtv                                      |      Version:  unknown
 Severity:  medium                                      |   Resolution:  wontfix
  Mlocked:  0                                           |  
--------------------------------------------------------+-------------------
Changes (by danielk):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 Redundancy is good, especially in an application that we hope to someday
 port to embedded devices with less standards compliant libraries. Also
 setting pointers to NULL after deletion is not only a good habit, but it
 makes debugging significantly easier.

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


More information about the mythtv-commits mailing list