| 480 | /************************************************************************/ |
| 481 | |
| 482 | void msConnPoolFinalCleanup() |
| 483 | |
| 484 | { |
| 485 | /* this really needs to be commented out before commiting. */ |
| 486 | /* msDebug( "msConnPoolFinalCleanup()\n" ); */ |
| 487 | |
| 488 | msAcquireLock( TLOCK_POOL ); |
| 489 | while( connectionCount > 0 ) |
| 490 | msConnPoolClose( 0 ); |
| 491 | msReleaseLock( TLOCK_POOL ); |
| 492 | } |
no test coverage detected