Opened 13 years ago
Closed 13 years ago
#118 closed defect (fixed)
MemoryLeak: The fallback transformation setup by grid-file based geodetic transformations isn't being released
Reported by: | baertelchen | Owned by: | baertelchen |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Library | Version: | |
Keywords: | memory leak grid file transformation setup delete | Cc: |
Description
The fallback transformation, if specified by a grid-file based geodetic transformation, isn't released during CSgridiD().
See CSgridiS(/* Setup */),
... gridi->fallback = CS_gxloc (filesPtr->fallback,cs_DTCDIR_FWD); ...
There's no call made to [destroy() / CS_free()] in CSgridiD().
Note:
See TracTickets
for help on using tickets.
Fixed in changeset 2178 (see http://trac.osgeo.org/csmap/changeset/2178 for more/technical details).