Opened 16 years ago

Closed 16 years ago

#4886 closed defect (fixed)

FIRfilter ctor does not initialize resultDivider

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

All of the member variables of FIRfilter are initialized in the ctor except for resultDivider.

Attachments (1)

libs_libmythsoundtouch_FIRFilter.cpp-init-resultDivider.patch (572 bytes) - added by Erik Hovland <erik@…> 16 years ago.
Initializes resultDivider to 0 in the FIRfilter ctor

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Erik Hovland <erik@…>

Initializes resultDivider to 0 in the FIRfilter ctor

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17519]) Fixes #4886. Fixes #4887. Fixes #4889. Fixes a few uninitialized variables in ctor problems.

Note: See TracTickets for help on using tickets.