[mythtv-commits] Ticket #11636: (Speculative) patch to initialize member variables in ctor - sibling to ticket #11629

MythTV noreply at mythtv.org
Wed Apr 1 16:51:29 UTC 2015


#11636: (Speculative) patch to initialize member variables in ctor - sibling to
ticket #11629
-------------------------------------------------+-------------------------
 Reporter:  Gary Buhrmaster <gary.buhrmaster@…>  |          Owner:  danielk
     Type:  Patch - Bug Fix                      |         Status:  closed
 Priority:  minor                                |      Milestone:  0.27.2
Component:  MythTV - MythSystem                  |        Version:  Master
                                                 |  Head
 Severity:  medium                               |     Resolution:  fixed
 Keywords:                                       |  Ticket locked:  0
-------------------------------------------------+-------------------------
Changes (by Gary Buhrmaster <gary.buhrmaster@…>):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:"be9cb47b1dfcddf31f3027b03938ad6af3fd1007/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="be9cb47b1dfcddf31f3027b03938ad6af3fd1007"
 Initialize member variables in ctor

 In patch 4dc18c79d3d3b1885b251318f404473c5e691c2a
 member variables were initialized in mythsystemunix.cpp
 to fix a coverity issue.  Do the same in
 mythsystemwindows.cpp for consistency (and because
 if static analysis was run on the windows source,
 it would likely report the same issue).

 Signed-off-by: Gary Buhrmaster <gary.buhrmaster at gmail.com>
 Signed-off-by: Stuart Morgan <smorgan at mythtv.org>

 Fixes #11636
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/11636#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list