Opened 16 years ago

Closed 16 years ago

#5238 closed defect (fixed)

Make sure all ctors and functions in libmythfreemheg initialize variables

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

Not every member variable or function variable is properly initialized before it is used or constructed. They should so that we know what their initial value is.

Attachments (1)

libs_libmythfreemheg-uninit-defects.patch (11.5 KB) - added by Erik Hovland <erik@…> 16 years ago.
make sure that all variables are initialized when they need to be

Download all attachments as: .zip

Change History (2)

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

make sure that all variables are initialized when they need to be

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17524]) Fixes #5238. Initializes unititialzed variables in ctor's in libmythfreemheg

Note: See TracTickets for help on using tickets.