Modify ↓
Ticket #5676 (closed defect: fixed)
Opened 4 years ago
Last modified 4 years ago
ctors of several classes in libmythui lack member initialization
| Reported by: | Erik Hovland <erik@…> | Owned by: | stuartm |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.22 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
There are several classes in libmythui that do not initialize their member variables in their ctors.
Attachments
Change History
Changed 4 years ago by Erik Hovland <erik@…>
- Attachment libs_libmythui-uninit.patch added
comment:1 Changed 4 years ago by stuartm
comment:2 Changed 4 years ago by stuartm
- Owner changed from ijr to stuartm
- Status changed from new to assigned
- Milestone changed from unknown to 0.22
comment:3 Changed 4 years ago by stuartm
- Status changed from assigned to closed
- Resolution set to fixed
comment:4 Changed 4 years ago by stuarta
Note: See
TracTickets for help on using
tickets.

Initializes member variables in several different ctors.