]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODLANG-133
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 14 Sep 2009 18:15:29 +0000 (18:15 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 14 Sep 2009 18:15:29 +0000 (18:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14847 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_python/freeswitch_python.cpp

index fa1b606724487a1199e2aabb44e5137b598b29a9..d5185cd1a1d9ad68fadbad2b412eafe5192f7528 100644 (file)
@@ -56,10 +56,6 @@ void Session::destroy(void)
                cb_arg = NULL;
        }
 
-       if (Self) {
-               Py_DECREF(Self);
-       }       
-
        CoreSession::destroy();
 }