MODLANG-153

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16536 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-01-28 21:39:08 +00:00
parent 509edaaef4
commit 3133b7c51e
1 changed files with 0 additions and 4 deletions

View File

@ -328,10 +328,6 @@ switch_status_t Session::run_dtmf_callback(void *input, switch_input_type_t ityp
Py_XDECREF(arglist);
Py_XDECREF(io);
if (cb_arg) {
Py_XDECREF(cb_arg);
}
if (ts) {
begin_allow_threads();
}