Ticket #1922 (closed defect: fixed)
Major memory leak in ECWDataset::IRasterIO()
| Reported by: | warmerdam | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.3 |
| Component: | GDAL_Raster | Version: | 1.4.0 |
| Severity: | normal | Keywords: | ecw |
| Cc: | gaopeng |
Description
The ECWDataset::IRasterIO() function has major memory leaks of the scanline buffer.
The problem appears to go back at least as far as GDAL 1.4.0.
It does not affect blocked data access, only direct (optimized) dataset level rasterio.
I have confirmed that the similarly structured ECWRasterBand::IRasterIO() method does not have the same problem.
Change History
Note: See
TracTickets for help on using
tickets.
