Opened 13 years ago Closed 13 years ago #579 closed defect (fixed)Decoder memory leak when decoding slices preventing 32-bit decodes of 1500 byte slices
Description
SAO related memory is being allocated on a per-slice basis in the decoder, but not freed. This prevents 32-bit decodes of higher resolutions when 1500-bytes-per-slice is used.
Adding an m_SAO.destroy() prior to the m_SAO.create() in TDecTop avoids the problem, along with some fixes introduced in m_SAO.destroy(), too.
Patch (based on HM 7 development release 2445) attached. Attachments (1)Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by gordoncomment:2 Changed 13 years ago by fbossen
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Fixed in r2457