]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODLANG-153
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 28 Jan 2010 21:39:08 +0000 (21:39 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 28 Jan 2010 21:39:08 +0000 (21:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16536 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_python/freeswitch_python.cpp

index d5185cd1a1d9ad68fadbad2b412eafe5192f7528..8550fb33aa38a1a28d2f7c77d4c56a23e4343312 100644 (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();
        }