vm_profile_t *profile = NULL;
switch_xml_t x_profiles, x_profile, cfg, xml, x_email, param;
switch_event_t *event = NULL;
+ switch_cache_db_handle_t *dbh;
if (!(xml = switch_xml_open_cfg(global_cf, &cfg, NULL))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Open of %s failed\n", global_cf);
if ((x_profile = switch_xml_find_child(x_profiles, "profile", "name", profile_name))) {
switch_memory_pool_t *pool;
- switch_cache_db_handle_t *dbh;
int x, count;
char *errmsg;
}
end:
+ switch_cache_db_release_db_handle(&dbh);
if (xml) {
switch_xml_free(xml);
}