Ignore:
Timestamp:
28 Oct 2015, 17:46:00 (9 years ago)
Author:
tech
Message:

Update to HM-16.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibCommon/TComPicSym.cpp

    r1313 r1360  
    140140  clearSliceBuffer();
    141141
     142  if (m_pictureCtuArray)
     143  {
    142144  for (Int i = 0; i < m_numCtusInFrame; i++)
    143145  {
     146      if (m_pictureCtuArray[i])
     147      {
    144148    m_pictureCtuArray[i]->destroy();
    145149    delete m_pictureCtuArray[i];
    146150    m_pictureCtuArray[i] = NULL;
    147151  }
     152    }
    148153  delete [] m_pictureCtuArray;
    149154  m_pictureCtuArray = NULL;
     155  }
    150156
    151157  delete [] m_ctuTsToRsAddrMap;
Note: See TracChangeset for help on using the changeset viewer.