MODLANG-133
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14847 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
90c7921f7e
commit
666e2b5bf8
|
@ -56,10 +56,6 @@ void Session::destroy(void)
|
||||||
cb_arg = NULL;
|
cb_arg = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Self) {
|
|
||||||
Py_DECREF(Self);
|
|
||||||
}
|
|
||||||
|
|
||||||
CoreSession::destroy();
|
CoreSession::destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue