Ticket #1614 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Memory Leak with OSR.SpatialReference

Reported by: jbeverage Assigned to: tamas
Priority: normal Milestone: 1.4.2
Component: CSharpBindings Version:
Severity: major Keywords:
Cc:

Description

Running the following simple loop makes memory go through the roof even though Dispose is being called.

for (int i = 0; i < 1000000; ++i) {

using (SpatialReference? dst = new SpatialReference?("")) {

//Do something with SpatialReference? here

}

}

Change History

05/04/07 17:42:43 changed by tamas

  • status changed from new to assigned.
  • version deleted.
  • milestone set to 1.4.2.

Applied the fix for the SVN trunk

05/04/07 17:54:02 changed by tamas

  • status changed from assigned to closed.
  • resolution set to fixed.

Backported to branch 1.4