git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11071 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-01-05 16:43:16 +00:00
parent eebdfba586
commit f5194b66b0
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ static switch_status_t hash_state_handler(switch_core_session_t *session)
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Usage for %s is now %d\n", (const char*)key, item->total_usage);
}
switch_core_event_hook_remove_state_change(session, hash_state_handler);
switch_mutex_unlock(globals.mutex);
switch_mutex_unlock(globals.limit_hash_mutex);
}
return SWITCH_STATUS_SUCCESS;