diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-31 00:00:41 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-31 19:07:38 +0100 |
| commit | db040122c566442500e3ea0d7928d32ac3a3ed29 (patch) | |
| tree | 3e120457cc63b28e487e0cadf7465d71e4af83d4 /src/malloc.cpp | |
| parent | ea73297ea426eac1dcc0133c4cd730ff029e26a8 (diff) | |
| download | PROJ-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.cpp | 2 |
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(); } |
