Changeset 12464
- Timestamp:
- 10/17/07 15:18:17 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/warmerdam/1.4-esri/gdal/frmts/ecw/ecwdataset.cpp
r10646 r12464 927 927 if( eRStatus != NCSECW_READ_OK ) 928 928 { 929 CPLFree( papabyBIL ); 929 930 CPLFree( pabyBILScanline ); 930 931 CPLError( CE_Failure, CPLE_AppDefined, … … 943 944 } 944 945 } 946 947 CPLFree( pabyBILScanline ); 948 CPLFree( papabyBIL ); 945 949 946 950 return CE_None;
