* destroy function */
| 244 | * destroy function |
| 245 | */ |
| 246 | static void destroy(void) |
| 247 | { |
| 248 | LM_NOTICE("destroy module cachedb_redis ...\n"); |
| 249 | cachedb_end_connections(&cache_mod_name); |
| 250 | return; |
| 251 | } |
nothing calls this directly
no test coverage detected