Opened 11 years ago
Closed 11 years ago
#7001 closed defect (fixed)
Intialize member variables in ctor of WorkerThread
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | trivial | Milestone: | 0.22 |
Component: | MythTV - UPnP | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The ctor of WorkerThread? does not initialize m_timer and m_wakeup.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | libs_libmythupnp-uninit-ctor added |
---|
comment:1 Changed 11 years ago by
Milestone: | unknown → 0.22 |
---|---|
Owner: | changed from dblain to paulh |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [21715]) Initialise some member variables in WorkerThread?. Fixes #7001.
Note: See
TracTickets for help on using
tickets.
Init in WorkerThread? ctor