Opened 11 years ago

Closed 11 years ago

#11555 closed Patch - Bug Fix (Fixed)

Patch for dead assignment in util-nvctl.cpp (static analysis)

Reported by: Gary Buhrmaster <gary.buhrmaster@…> Owned by: stuartm
Priority: minor Milestone: 0.27
Component: MythTV - User Interface Library Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Static analysis (scan-build) identified a dead assignment to the variable h, as the exact same code assignment existed three lines later. This patch deletes the duplicate assignment, closing the issue.

https://github.com/garybuhrmaster/mythtv/commit/7a2a48df924debd2ec42246e2c218d289ba60241

Change History (1)

comment:1 Changed 11 years ago by stuartm

Milestone: unknown0.27
Resolution: Fixed
Status: newclosed

Fixed in [967230b7]

Note: See TracTickets for help on using tickets.