Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14 closed defect (fixed)

Memory leak in the decoder

Reported by: li@… Owned by:
Priority: major Milestone:
Component: HM Version:
Keywords: memory leak Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

Serious memory leak was observed in the decoder. Decoding about 80 1920x1080 frames will consume 2 GB memory!

The memory leak mainly occurs in Void TComDataCU::destroy(). When the lib is marked as decoder, the memory in the following blocks will be never freed.

if ( !m_bDecSubCu )
{

xFree ....

}

Change History (5)

comment:1 Changed 14 years ago by ksuehring

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

comment:2 Changed 14 years ago by ksuehring

resolved in rev. 25

comment:3 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:4 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:5 Changed 12 years ago by davidf

  • Cc jct-vc@… added
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, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • li@…(Reporter)