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: Gary Buhrmaster <gary.buhrmaster@…> 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)

mythmainwindow_cpp.diff (643 bytes) - added by Gary Buhrmaster <gary.buhrmaster@…> 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by Gary Buhrmaster <gary.buhrmaster@…>

Attachment: mythmainwindow_cpp.diff added

comment:1 Changed 13 years ago by stuartm

Milestone: unknown0.25
Owner: set to stuartm
Status: newaccepted

comment:2 Changed 13 years ago by stuartm

Component: MythTV - GeneralMythTV - User Interface Library

comment:3 Changed 13 years ago by Github

Resolution: fixed
Status: acceptedclosed

Correct initialization of pointer to be NULL, not false (detected by clang). Closes #10475

Signed-off-by: Stuart Morgan <smorgan@…>

Branch: master Changeset: 10a8dba410f785a0c6dcf760f458312563d0c04a

Note: See TracTickets for help on using tickets.