General update

This commit is contained in:
bossiel 2010-06-21 02:35:18 +00:00
parent f0381a6996
commit aa2952d79f
1 changed files with 1 additions and 0 deletions

View File

@ -523,6 +523,7 @@ int session_handle_event(const tsip_event_t *_event)
case tsip_event_code_dialog_terminated:
{ /* we no longer need the session
* -> remove and destroy the session */
TSK_DEBUG_INFO("Dialog Terminated --> %s", _event->phrase);
tsk_list_remove_item_by_data(ctx->sessions, session);
break;
}