Opened 18 years ago
Closed 18 years ago
Last modified 18 years ago
#5676 closed defect (fixed)
ctors of several classes in libmythui lack member initialization
| Reported by: | 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 (1)
Change History (6)
by , 18 years ago
| Attachment: | libs_libmythui-uninit.patch added |
|---|
comment:2 by , 18 years ago
| Milestone: | unknown → 0.22 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 by , 18 years ago
Note:
See TracTickets
for help on using tickets.

Initializes member variables in several different ctors.