Opened 15 years ago
Closed 15 years ago
#39 closed defect (fixed)
Fix WKT memory leak
Reported by: | Norm Olsen | Owned by: | Norm Olsen |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Library | Version: | |
Keywords: | WKT MemoryLeak | Cc: |
Description
There exists a memory leak in the case of inputting a WKT definition where the NameMapper fails to produce a match between the WKT and CS-MAP dictionary. Leaked memory is one cs_Dtdef_ structure, or about 200 bytes.
Note:
See TracTickets
for help on using tickets.
Corrected at revision 1582.
Norm Olsen