Ticket #1614 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Memory Leak with OSR.SpatialReference

Reported by: jbeverage Owned by: 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

Changed 5 years ago by tamas

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

Applied the fix for the SVN trunk

Changed 5 years ago by tamas

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

Backported to branch 1.4

Note: See TracTickets for help on using tickets.