Opened 18 years ago
Closed 17 years ago
#5304 closed defect (fixed)
Uninitialized variables and member variables in mythcommflag
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
A few classes in mythcommflag could do some initializing of member variables in their ctor that they aren't doing.
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | programs_mythcommflag-uninit-defects.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [17536]) Fixes #5304. Fixes uninitialized variables in mythcommflag + a little dead code elimination.