diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-20 19:10:20 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-22 23:10:43 +0100 |
| commit | ed92965937856ae697010e1461e82f6245d19909 (patch) | |
| tree | 3f61bf24002b02d8f9c2804b79e93ab9f46a00a6 /src/malloc.cpp | |
| parent | f73527fa20c9250cfced6aa73a7e46f40dc2c214 (diff) | |
| download | PROJ-ed92965937856ae697010e1461e82f6245d19909.tar.gz PROJ-ed92965937856ae697010e1461e82f6245d19909.zip | |
Network: add a memory cache and I/O chunking strategy
Diffstat (limited to 'src/malloc.cpp')
| -rw-r--r-- | src/malloc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); } |
