aboutsummaryrefslogtreecommitdiff
path: root/src/malloc.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-12-31 00:00:41 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-12-31 19:07:38 +0100
commitdb040122c566442500e3ea0d7928d32ac3a3ed29 (patch)
tree3e120457cc63b28e487e0cadf7465d71e4af83d4 /src/malloc.cpp
parentea73297ea426eac1dcc0133c4cd730ff029e26a8 (diff)
downloadPROJ-db040122c566442500e3ea0d7928d32ac3a3ed29.tar.gz
PROJ-db040122c566442500e3ea0d7928d32ac3a3ed29.zip
Add a SQLite3 local cache of downloaded chunks
Diffstat (limited to 'src/malloc.cpp')
-rw-r--r--src/malloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/malloc.cpp b/src/malloc.cpp
index 1c539b6b..9ac28546 100644
--- a/src/malloc.cpp
+++ b/src/malloc.cpp
@@ -263,5 +263,5 @@ void proj_cleanup() {
/*****************************************************************************/
pj_clear_initcache();
pj_deallocate_grids();
- FileManager::clearCache();
+ FileManager::clearMemoryCache();
}