Opened 16 years ago

Closed 15 years ago

#5688 closed defect (fixed)

Uninitialized variables and member variables in mythfrontend

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Classes MythAppearance? and ProgramRecPriorityInfo? do not initialize all of their member variables.

Attachments (1)

programs_mythfrontend-uninit.patch (3.7 KB) - added by Erik Hovland <erik@…> 16 years ago.
changes ctors to initialize member variables

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

changes ctors to initialize member variables

comment:1 Changed 15 years ago by danielk

Resolution: fixed
Status: newclosed

(In [19430]) Fixes #5688. Make sure all vars are initialized to something in mythfrontend ctors.

Note: See TracTickets for help on using tickets.