Opened 14 years ago

Closed 14 years ago

#19 closed defect (fixed)

Memory leak in TEncAdaptiveLoopFilter.cpp (TMuC 0.5, revision 81)

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

Description

Memory leaks are observed in Void TEncAdaptiveLoopFilter::startALFEnc( TComPic* pcPic, TEncEntropy* pcEntropyCoder ) (HHI_ALF off)

Member variables m_pcPicYuvTmp, m_pcBestAlfParam, m_pcTempAlfParam, ALFp, tempALFp are allocated in this function at frame level. But they are never released. The problem becomes serious when many frames are coded.

A patch of bug fix is attached.

Attachments (1)

TMuC_r81_MemLeakPatch.patch (804 bytes) - added by li@… 14 years ago.
patch for bug fix

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by li@…

patch for bug fix

comment:1 Changed 14 years ago by davidf

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

Thankyou for identifying this. Your patch has been applied in r118. This will be available in 0.6

comment:2 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:3 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:4 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, Always)
  • li@…(Reporter)