﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14	Memory leak in the decoder	li@…		"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 ....
  }

"	defect	closed	major		HM		fixed	memory leak	fbossen ksuehring davidf jct-vc@…
