in src/cc_array.c [224:231]
void array_teardown(void) { log_info("tear down the %s module", ARRAY_MODULE_NAME); if (!array_init) { log_warn("%s has never been setup", ARRAY_MODULE_NAME); } array_init = false; }