Opened 18 years ago
Closed 17 years ago
#5119 closed defect (fixed)
InitializeInputs() can fail in FirewireChannel::FirewireChannel()
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
InitializeInputs() can fail and does report this as a return value. The ctor for FirewireChannel should check it and report if that happens.
Attachments (2)
Change History (4)
by , 18 years ago
Attachment: | libs_libmythtv_firewirechannel.cpp-check-return-of-Init.patch added |
---|
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [17233]) Fixes #5119. Handle InitializeInputs failure. Reported by Erik Howland, new patch written by me, tested by Bruce Markey.
Note:
See TracTickets
for help on using tickets.
check InitializeInputs() and report if there is a failure