Changeset 1360 in 3DVCSoftware for branches/HTM-15.2-dev/source/Lib/TLibCommon/TComPicSym.cpp
- Timestamp:
- 28 Oct 2015, 17:46:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.2-dev/source/Lib/TLibCommon/TComPicSym.cpp
r1313 r1360 140 140 clearSliceBuffer(); 141 141 142 if (m_pictureCtuArray) 143 { 142 144 for (Int i = 0; i < m_numCtusInFrame; i++) 143 145 { 146 if (m_pictureCtuArray[i]) 147 { 144 148 m_pictureCtuArray[i]->destroy(); 145 149 delete m_pictureCtuArray[i]; 146 150 m_pictureCtuArray[i] = NULL; 147 151 } 152 } 148 153 delete [] m_pictureCtuArray; 149 154 m_pictureCtuArray = NULL; 155 } 150 156 151 157 delete [] m_ctuTsToRsAddrMap;
Note: See TracChangeset for help on using the changeset viewer.