Opened 17 years ago
Closed 17 years ago
#4889 closed defect (fixed)
FreeSurround does not initialize processed_size in ctor
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
FreeSurround? does not initialize processed_size in ctor
Attachments (1)
Change History (5)
Changed 17 years ago by
Attachment: | libs_libmythfreesurround_freesurround.cpp-init-processed_size.patch added |
---|
comment:2 Changed 17 years ago by
If I change it to zero, is it more likely that the patch will be accepted? When int is used I usually initialize them to -1 out of habit.
Note: See
TracTickets for help on using
tickets.
Initialize processed_size to -1 in FreeSurround? ctor