From: Anthony Minessale Date: Mon, 14 Sep 2009 18:15:29 +0000 (+0000) Subject: MODLANG-133 X-Git-Tag: v1.0.6~1901 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666e2b5bf89db5760ef5efc0faa0b6fde12e59f1;p=thirdparty%2Ffreeswitch.git MODLANG-133 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14847 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 fa1b606724..d5185cd1a1 100644 --- a/src/mod/languages/mod_python/freeswitch_python.cpp +++ b/src/mod/languages/mod_python/freeswitch_python.cpp @@ -56,10 +56,6 @@ void Session::destroy(void) cb_arg = NULL; } - if (Self) { - Py_DECREF(Self); - } - CoreSession::destroy(); }