diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-04 15:32:33 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-06 16:06:35 +0100 |
| commit | 41ff94791abfebaf8cf2c346b4aefb4895248bf3 (patch) | |
| tree | ed0e5e7ea96035083988e6236accf42da3fb1d60 /src/malloc.cpp | |
| parent | b6f0153e5aa27dc11d2c879dc4a62a0f35a122cb (diff) | |
| download | PROJ-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.cpp | 1 |
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 */ |
