Opened 14 years ago
Closed 14 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)
by , 14 years ago
| Attachment: | mythmainwindow_cpp.diff added |
|---|
comment:1 by , 14 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:2 by , 14 years ago
| Component: | MythTV - General → MythTV - User Interface Library |
|---|
comment:3 by , 14 years ago
| 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@…>