aboutsummaryrefslogtreecommitdiff
path: root/src/malloc.cpp
diff options
context:
space:
mode:
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 d2e2d87a..050721e6 100644
--- a/src/malloc.cpp
+++ b/src/malloc.cpp
@@ -227,7 +227,6 @@ PJ *pj_default_destructor (PJ *P, int errlev) { /* Destructor */
/* free grid lists */
pj_dealloc( P->gridlist );
- pj_dealloc( P->vgridlist_geoid );
/* We used to call pj_dalloc( P->catalog ), but this will leak */
/* memory. The safe way to clear catalog and grid is to call */