Opened 12 years ago

Closed 12 years ago

#579 closed defect (fixed)

Decoder memory leak when decoding slices preventing 32-bit decodes of 1500 byte slices

Reported by: gordon Owned by:
Priority: minor Milestone:
Component: HM Version: HM-7.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

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)

saocreatedestroypatch.patch (1.3 KB) - added by gordon 12 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 12 years ago by gordon

comment:2 Changed 12 years ago by fbossen

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r2457

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

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • gordon clare(Reporter)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)