Opened 16 years ago

Closed 16 years ago

#5144 closed defect (fixed)

wait_for_seqstart is not initialized in GeneralDBOptions ctor

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

wait_for_seqstart is a bool and it is the only member variable that is not initialized in the ctor.

Attachments (1)

libs_libmythtv_tv_rec.h-GeneralDBOptions-ctor-lacks-init.patch (726 bytes) - added by Erik Hovland <erik@…> 16 years ago.
initialize wait_for_seqstart in GeneralDBOptions ctor

Download all attachments as: .zip

Change History (2)

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

initialize wait_for_seqstart in GeneralDBOptions ctor

comment:1 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [17196]) Fixes #5144. Initializes wait_for_seqstart in GeneralDBOptions ctor.

Note: See TracTickets for help on using tickets.