﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1297	Mismatched new[] and delete	cohen		"In SCM 1.0, TEncSearch.cpp, lines 213 and 216, ""delete"" should probably be changed to ""delete []"". The corrected version is shown below:

#if SCM__Q0248_INTRABC_FULLFRAME_SEARCH
  if(m_pcIntraBCHashTable)
  {
    for(int iDepth = 0; iDepth < SCM__Q0248_INTRABC_HASH_DEPTH; iDepth++)
    {
      if(m_pcIntraBCHashTable[iDepth])
      {
        delete [] m_pcIntraBCHashTable[iDepth];
      }
    }
    delete [] m_pcIntraBCHashTable;
  }

  m_pcIntraBCHashTable = NULL;
#endif

  m_tmpYuvPred.destroy();
}"	defect	closed	minor	HM+SCC-2.0	HM SCC	SCC-1.0 (RExt-7.0)	fixed		jct-vc@…
