From 96ac0f210b6dd3fdb499115d83bc13ff7739cd60 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 26 Aug 2019 23:21:12 +0200 Subject: Add a proj_cleanup() function to free global resources, typically at process termination --- src/proj.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proj.h') diff --git a/src/proj.h b/src/proj.h index 9cf83df7..e5e9df4c 100644 --- a/src/proj.h +++ b/src/proj.h @@ -458,6 +458,8 @@ double PROJ_DLL proj_todeg (double angle_in_radians); double PROJ_DLL proj_dmstor(const char *is, char **rs); char PROJ_DLL * proj_rtodms(char *s, double r, int pos, int neg); +void PROJ_DLL proj_cleanup(void); + /*! @endcond */ /* ------------------------------------------------------------------------- */ -- cgit v1.2.3