diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-08-27 00:09:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-27 00:09:42 +0200 |
| commit | bdaf9a883ec640c1db66217788cbfbc4a0a4a254 (patch) | |
| tree | 976815754bd15dabb80311f5f6da4a9da0cf88dc /scripts | |
| parent | 10a30bb539be1afb25952b19af8bbe72e1b13b56 (diff) | |
| parent | 96ac0f210b6dd3fdb499115d83bc13ff7739cd60 (diff) | |
| download | PROJ-bdaf9a883ec640c1db66217788cbfbc4a0a4a254.tar.gz PROJ-bdaf9a883ec640c1db66217788cbfbc4a0a4a254.zip | |
Merge pull request #1569 from rouault/proj_cleanup
Add a proj_cleanup() function to free global resources, typically at process termination
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index 6df84099..71de2d0e 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -773,6 +773,7 @@ proj_as_projjson proj_as_proj_string proj_assign_context proj_as_wkt +proj_cleanup proj_clone proj_concatoperation_get_step proj_concatoperation_get_step_count |
