Changeset 483 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/App
- Timestamp:
- 19 Jun 2013, 17:57:12 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev0/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/App/TAppDecoder/TAppDecCfg.h
r446 r483 84 84 #if H_MV 85 85 , m_maxLayerId(0) 86 , m_pchReconFiles(NULL)87 86 #endif 88 87 , m_pchReconFile(NULL) -
branches/HTM-DEV-0.3-dev0/source/App/TAppDecoder/TAppDecTop.cpp
r446 r483 95 95 m_pchReconFile = NULL; 96 96 } 97 #if H_3D_FIX 98 if (m_pchScaleOffsetFile) 99 { 100 free (m_pchScaleOffsetFile); 101 m_pchScaleOffsetFile = NULL; 102 } 103 #endif 97 104 } 98 105
Note: See TracChangeset for help on using the changeset viewer.