git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2328 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-08-18 19:29:42 +00:00
parent 6ccb60c25c
commit 9018439d47
1 changed files with 4 additions and 2 deletions

View File

@ -202,7 +202,9 @@ static void terminate_session(switch_core_session_t **session, switch_call_cause
channel_on_hangup(*session);
}
if (tech_pvt->dlsession) {
ldl_session_set_private(tech_pvt->dlsession, NULL);
}
switch_core_session_destroy(session);
}
}