Opened 13 years ago
Closed 13 years ago
#10475 closed Patch - Bug Fix (fixed)
Correct pointer initialization in mythmainwindow.cpp (NULL not false)
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - User Interface Library | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Correct initialization of pointer to be NULL, not false (detected by clang) in mythtv/libs/libmythui/mythmainwindow.cpp
Patch attached.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | mythmainwindow_cpp.diff added |
---|
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Owner: | set to stuartm |
Status: | new → accepted |
comment:2 Changed 13 years ago by
Component: | MythTV - General → MythTV - User Interface Library |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Correct initialization of pointer to be NULL, not false (detected by clang). Closes #10475
Signed-off-by: Stuart Morgan <smorgan@…>