Opened 17 years ago

Closed 17 years ago

#1614 closed defect (fixed)

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 (2)

comment:1 by tamas, 17 years ago

Milestone: 1.4.2
Status: newassigned
Version: unspecified

Applied the fix for the SVN trunk

comment:2 by tamas, 17 years ago

Resolution: fixed
Status: assignedclosed

Backported to branch 1.4

Note: See TracTickets for help on using tickets.