From 666e2b5bf89db5760ef5efc0faa0b6fde12e59f1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 14 Sep 2009 18:15:29 +0000 Subject: [PATCH] MODLANG-133 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14847 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/languages/mod_python/freeswitch_python.cpp | 4 ---- 1 file changed, 4 deletions(-) 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(); }