Opened 14 years ago

Closed 14 years ago

#1184 closed defect (fixed)

SelectAggregate API causes connection leak

Reported by: Aleck Owned by: brucedechant
Priority: low Milestone: 2.2
Component: General Version: 2.1.0
Severity: trivial Keywords:
Cc: External ID:

Description

Currently in MapGuide server, once we call SelectAggregate API throw feature service, an MgServerGwsFeatureReader will be created for temporary use. However, currently, this reader is not closed when it goes out of scope. Thus the connection it owns is leaked.

To fix this, we'll close the reader before it goes out of scope.

Attachments (1)

ticket1184.patch (8.8 KB ) - added by Aleck 14 years ago.
patch

Download all attachments as: .zip

Change History (3)

by Aleck, 14 years ago

Attachment: ticket1184.patch added

patch

comment:1 by tomfukushima, 14 years ago

Owner: changed from Aleck to brucedechant

comment:2 by brucedechant, 14 years ago

Resolution: fixed
Status: newclosed

Fixed see submission r4435

Note: See TracTickets for help on using tickets.