Opened 14 years ago Closed 14 years ago #19 closed defect (fixed)Memory leak in TEncAdaptiveLoopFilter.cpp (TMuC 0.5, revision 81)
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)Change History (5)Changed 14 years ago by li@…comment:1 Changed 14 years ago by davidf
Thankyou for identifying this. Your patch has been applied in r118. This will be available in 0.6 comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
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
|
patch for bug fix