aboutsummaryrefslogtreecommitdiff
path: root/src/malloc.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-12-04 15:32:33 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-12-06 16:06:35 +0100
commit41ff94791abfebaf8cf2c346b4aefb4895248bf3 (patch)
treeed0e5e7ea96035083988e6236accf42da3fb1d60 /src/malloc.cpp
parentb6f0153e5aa27dc11d2c879dc4a62a0f35a122cb (diff)
downloadPROJ-41ff94791abfebaf8cf2c346b4aefb4895248bf3.tar.gz
PROJ-41ff94791abfebaf8cf2c346b4aefb4895248bf3.zip
Remove obsolete and presumably unfinished implementation of grid catalog functionality
Diffstat (limited to 'src/malloc.cpp')
-rw-r--r--src/malloc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/malloc.cpp b/src/malloc.cpp
index 393437e3..d2e2d87a 100644
--- a/src/malloc.cpp
+++ b/src/malloc.cpp
@@ -228,7 +228,6 @@ PJ *pj_default_destructor (PJ *P, int errlev) { /* Destructor */
/* free grid lists */
pj_dealloc( P->gridlist );
pj_dealloc( P->vgridlist_geoid );
- pj_dealloc( P->catalog_name );
/* We used to call pj_dalloc( P->catalog ), but this will leak */
/* memory. The safe way to clear catalog and grid is to call */