From ed92965937856ae697010e1461e82f6245d19909 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 20 Dec 2019 19:10:20 +0100 Subject: Network: add a memory cache and I/O chunking strategy --- 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 3fd3699f..1c539b6b 100644 --- a/src/malloc.cpp +++ b/src/malloc.cpp @@ -49,6 +49,7 @@ #include "proj.h" #include "proj_internal.h" #include "grids.hpp" +#include "filemanager.hpp" using namespace NS_PROJ; @@ -262,4 +263,5 @@ void proj_cleanup() { /*****************************************************************************/ pj_clear_initcache(); pj_deallocate_grids(); + FileManager::clearCache(); } -- cgit v1.2.3