Ticket #175 (closed defect: fixed)
memory leak on pj_free when using geoid file
| Reported by: | NDavid | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | Development (trunk) |
| Keywords: | memory leak vgridlist geoid | Cc: |
Description
When using projection with some geoid file (+geoidgrid) some minor memory leak appear (approx 80 bytes). When using the same projections without the +geoidgrids options, these memory leak disappear. The bug seems to be into the pj_free function (pj_init.c), only gridlist is desallocated and not vgridlist_geoid. Desallocated also vgridlist_geoid lead to correct the bug (see patch)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

