Opened 16 years ago
Closed 16 years ago
#730 closed defect (fixed)
Fix small memory leak in AGGW2DRewriter
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | General | Version: | 2.0.1 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
I found one place (in agr_process_polytriangle) where the code calls AGGRenderer::ProcessW2DPoints but does not free the returned LineBuffer.
Change History (2)
comment:1 by , 16 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk with submission https://trac.osgeo.org/mapguide/changeset/3399.