From 7018f85e2d53820c31cf3c633f7020f6630580b9 Mon Sep 17 00:00:00 2001 From: PROJ-BOT <59655370+PROJ-BOT@users.noreply.github.com> Date: Sun, 5 Apr 2020 12:52:29 +0200 Subject: [Backport 7.0] hgridshift/vgridshift: defer grid opening when grid has already been opened (#2132) --- src/malloc.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/malloc.cpp') diff --git a/src/malloc.cpp b/src/malloc.cpp index 9ac28546..10ab2fad 100644 --- a/src/malloc.cpp +++ b/src/malloc.cpp @@ -264,4 +264,6 @@ void proj_cleanup() { pj_clear_initcache(); pj_deallocate_grids(); FileManager::clearMemoryCache(); + pj_clear_hgridshift_knowngrids_cache(); + pj_clear_vgridshift_knowngrids_cache(); } -- cgit v1.2.3