struct stasis_threadpool_conf *threadpool;
};
-/*! \brief Mapping of the stasis http conf struct's globals to the
+/*! \brief Mapping of the stasis conf struct's globals to the
* threadpool context in the config file. */
static struct aco_type threadpool_option = {
.type = ACO_GLOBAL,
static void config_exit(void)
{
aco_info_destroy(&cfg_info);
+ ao2_global_obj_release(confs);
}
int stasis_config_init(void)