Ticket #2226 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

GDALPamRasterBand saved histogram memory leak

Reported by: warmerdam Assigned to: warmerdam
Priority: normal Milestone: 1.4.5
Component: GDAL_Raster Version: 1.4.0
Severity: normal Keywords: PAM
Cc: rouault, gaopeng

Description

When histograms are loaded from a .aux.xml file or generated and saved they are not properly freed on dataset close.

Change History

02/14/08 22:29:58 changed by warmerdam

  • status changed from new to assigned.
  • cc changed from rouault to rouault, gaopeng.

Even has corrected this in trunk already (r13741). I will try and port the change back into 1.5, 1.5 and the 1.4-esri branch.

02/14/08 22:33:00 changed by warmerdam

Already addressed in 1.5 (r13742).

02/14/08 22:37:06 changed by warmerdam

  • status changed from assigned to closed.
  • version changed from unspecified to 1.4.0.
  • resolution set to fixed.
  • milestone set to 1.4.5.

Corrected in 1.4 (r13789) and 1.4-esri (r13790).