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 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 */