Changeset 819 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 7 Jul 2014, 10:38:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r815 r819 2542 2542 if ( m_paramsetMap.find(psId) != m_paramsetMap.end() ) 2543 2543 { 2544 #if Q0078_ADD_LAYER_SETS 2545 m_paramsetMap.erase(psId); 2546 #endif 2544 2547 delete m_paramsetMap[psId]; 2545 2548 } … … 2574 2577 { 2575 2578 m_paramsetMap.erase(psId); 2579 #if Q0078_ADD_LAYER_SETS 2580 delete m_paramsetMap[psId]; 2581 #endif 2576 2582 } 2577 2583 }
Note: See TracChangeset for help on using the changeset viewer.