Opened 16 years ago

Closed 15 years ago

#5689 closed defect (fixed)

Uninitialized variables and member variables in mythcommflag

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 ClassicCommDetector?, ClassicLogoDetector? and CommDetector2 do not initialize all of their member vars in their ctors.

Attachments (1)

programs_mythcommflag-uninit.patch (7.6 KB) - added by Erik Hovland <erik@…> 16 years ago.
initiliazes member variables in ctors

Download all attachments as: .zip

Change History (2)

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

initiliazes member variables in ctors

comment:1 Changed 15 years ago by danielk

Resolution: fixed
Status: newclosed

(In [19428]) Fixes #5689. Initialize all variables in Commflagging class constructors.

Note: See TracTickets for help on using tickets.