MCPcopy Index your code
hub / github.com/MapServer/MapServer / msOGRCleanup

Function msOGRCleanup

mapogr.cpp:3683–3698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3681/************************************************************************/
3682
3683void msOGRCleanup( void )
3684
3685{
3686#if defined(USE_OGR)
3687 ACQUIRE_OGR_LOCK;
3688 if( bOGRDriversRegistered == MS_TRUE )
3689 {
3690#if GDAL_VERSION_NUM >= 1400
3691 CPLPopErrorHandler();
3692 OGRCleanupAll();
3693 bOGRDriversRegistered = MS_FALSE;
3694#endif
3695 }
3696 RELEASE_OGR_LOCK;
3697#endif
3698}
3699
3700/************************************************************************/
3701/* msOGREscapeSQLParam */

Callers 1

msCleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected