1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

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

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