MODLANG-133

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14847 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-09-14 18:15:29 +00:00
parent 90c7921f7e
commit 666e2b5bf8
1 changed files with 0 additions and 4 deletions

View File

@ -56,10 +56,6 @@ void Session::destroy(void)
cb_arg = NULL; cb_arg = NULL;
} }
if (Self) {
Py_DECREF(Self);
}
CoreSession::destroy(); CoreSession::destroy();
} }