From 41ff94791abfebaf8cf2c346b4aefb4895248bf3 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 4 Dec 2019 15:32:33 +0100 Subject: Remove obsolete and presumably unfinished implementation of grid catalog functionality --- src/malloc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/malloc.cpp') 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 */ -- cgit v1.2.3