Opened 16 years ago

Closed 16 years ago

#5429 closed defect (fixed)

Uninitialized value in class ThreadData ctor

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

The member variable m_nTrackNumber is not initialized in the ctor of ThreadData?.

Attachments (1)

programs_mythbackend_mythxml.h-uninit-ctor.patch (1.3 KB) - added by Erik Hovland <erik@…> 16 years ago.
Initializes m_nTrackNumber to zero in the ctor of ThreadData?

Download all attachments as: .zip

Change History (2)

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

Initializes m_nTrackNumber to zero in the ctor of ThreadData?

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17517]) Fixes #5429. Initialize m_nTrackNumber in ThreadData? ctor's.

Note: See TracTickets for help on using tickets.