Opened 15 years ago
Closed 15 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)
Change History (3)
by , 15 years ago
Attachment: | ticket1184.patch added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
patch