From: Anthony Minessale Date: Thu, 28 Jan 2010 21:39:08 +0000 (+0000) Subject: MODLANG-153 X-Git-Tag: v1.0.6~575 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3133b7c51e4d72443cc8e261583d81825f3e2a79;p=thirdparty%2Ffreeswitch.git MODLANG-153 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16536 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/languages/mod_python/freeswitch_python.cpp b/src/mod/languages/mod_python/freeswitch_python.cpp index d5185cd1a1..8550fb33aa 100644 --- a/src/mod/languages/mod_python/freeswitch_python.cpp +++ b/src/mod/languages/mod_python/freeswitch_python.cpp @@ -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(); }