Changeset 12463
- Timestamp:
- 10/17/07 15:13:56 (1 year ago)
- Files:
-
- branches/1.4/gdal/frmts/ecw/ecwdataset.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.4/gdal/frmts/ecw/ecwdataset.cpp
r10646 r12463 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;
